Support

Account

Home Forums Add-ons Options Page Options pages disappeared after the update to 4.1.8

Helping

Options pages disappeared after the update to 4.1.8

  • Just updated to version 4.1.8, and my options sub-pages are not visible in admin anymore. I am using this code to init them in functions.php:

    if(function_exists("register_options_page"))
    {
        register_options_page('Appearance');
        register_options_page('UI Elements');
        register_options_page('Header');
        register_options_page('Footer');
        register_options_page('Company Information');
     }

    They used to work perfect before the update

  • Hi @usaphp

    I’ve just tested your code on my local install and the sub pages do show.
    Perhaps you also updated another plugin or changed some code in your theme?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Options pages disappeared after the update to 4.1.8’ is closed to new replies.