Options Page issues for plugin
-
Well… I don’t know what happened. I had a plugin I was adding features to, and I didn’t change the section that adds the options page on the administrative dashboard. However, it doesn’t show up in menus on my test server (where I updated WP last night to 3.4.2). It was working yesterday. If I manually add the URL the options should be on, it tells me I have insufficient privileges… as the sole administrator.
function tbn_add_menu(){ add_options_page(__('eCommerce Mail Leads', 'tbnecommail'), __('eCommerce Mail Leads', 'tbnecommail'), 'manage_options', 'tbnecommail', 'tbn_menu_page'); }The function tbn_menu_page did see some changes, but I commented out ALL changes that were not there yesterday when it was working.
Anyone have a clue on how I can fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Options Page issues for plugin’ is closed to new replies.