[Plugin: Events Manager] Adding a Sub Menu Tab in Admin page
-
Can anyone please help me add a new submenu tab called “Location Category” under the Events box on the admin page?
I tried to use the below code on the functions.php file but it doesn’t work.
add_action(‘admin_menu’, ‘register_my_custom_submenu_page’);
function register_my_custom_submenu_page() {
add_submenu_page( ‘events-manager-options’, ‘Location Category’, ‘Location Category’, ‘install_plugins’, ‘events-manager-options’, ‘edit-tags.php?taxonomy=location-category’ );
}Thank you for any help!
Srilatha
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Events Manager] Adding a Sub Menu Tab in Admin page’ is closed to new replies.