Can't see settings menu page in admin area
-
Hi,
I can’t see the settings menu page in the admin area. I can’t access the settings. When I disable all my plugins and activate backWPup I do see the menu so it’s conflicting with some other plugin.
I already tried to edit the function add_menu_page but I can’t get it to work. I probably do something wrong.
This is the code it changed it to:
add_menu_page( BackWPup::get_plugin_data( 'name' ), BackWPup::get_plugin_data( 'name' ), 'backwpup', 'backwpup', array( 'BackWPup_Page_Backwpup', 'page' ), 'div', '80.05644' );
Any help would be appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can't see settings menu page in admin area’ is closed to new replies.