@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
-wp-content
/
plugins
/
coming-soon
/
framework
/
Path :
Upload File :
New :
File
Dir
/var/www/html/-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 );; }