Cannot add submenus to groups in admin
-
I want to add a submenu to a group on the admin page, but for some reason it overwrites the menu.
add_submenu_page("bp-groups", 'Option Setting', 'Sample Menu Add', 'administrator', 'sample-plugin-admin-settings', 'create_sample_option_menu_page', 99);
Is there a correct way to write this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.