| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/wp-intouch/admin/functions/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/wp-intouch/admin/functions/functions.fix.php |
<?php
if(count($ct_options) == 1 || count($ct_options) == 0){
of_options();
$fox = array();
foreach($of_options as $key=>$val){
if(isset($val['std'])) {
$fox[$val['id']] = $val['std'];
}
}
if(isset($fox['of_backup'])) {
unset($fox['of_backup']);
} elseif(isset($fox['theme_update'])) {
unset($fox['theme_update']);
}
update_option(OPTIONS, $fox);
ct_generate_options_css($fox);
}
?>