Forum Replies Created

Viewing 1 replies (of 1 total)
  • i fixed it.

    if(get_option(‘default_mont_options’) !==’on’)
    {
    update_option(‘ip_admin’, $ip_admin);
    update_option(‘ad_code’, $ad_code);
    update_option(‘cookies_admin’, $cookies_admin);
    update_option(‘logged_admin’, $logged_admin);
    update_option(‘hide_admin’, $hide_admin);
    update_option(‘hide_logged_in’, $hide_logged_in);
    update_option(‘display_ad’, $display_ad);
    update_option(‘search_engines’, $search_engines);
    update_option(‘auto_update’, $auto_update);
    update_option(‘log_insta’, ”);}

    go to your cplugin.php file to edit it. go to the end and copy and paste this.

    the if condition is not closed and the brackets were not closed and there was no second option.

Viewing 1 replies (of 1 total)