HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/plugins/coming-soon/framework/get-settings.php
<?php
function seed_csp4_get_settings(){
    $s1 = get_option('seed_csp4_settings_content');
    $s2 = get_option('seed_csp4_settings_design');
    $s3 = get_option('seed_csp4_settings_advanced');

    if(empty($s1))
        $s1 = array();

    if(empty($s2))
        $s2 = array();

    if(empty($s3))
        $s3 = array();

    $settings = $s1 + $s2 + $s3;


    return apply_filters( 'seed_csp4_get_settings', $settings );;
}