Re: Adding a plugin admin page into the admin menu
Thanks a lot ganzua, but actually, it does not hurt a lot …
I confirmed that with “global $bb_menu”, my fonction could work …. but then, the last array member for
$bb_menu[20] = array(__(‘Options’), ‘use_keys’, ‘my_options_page.php’);
should be a php file located in bb-admin/
So then, you should ask guys that want to install your plugin to move your “option-page.php” in the bb-admin menu. Not very user-friendly.