Removing Settings Link from Dashboard
-
I want to remove setting links from dashboard.
add_action( 'admin_menu', 'my_remove_menu_pages' ); function my_remove_menu_pages() { remove_menu_page('admin.php?page=ebs/ebs-settings.php'); }
I added above code to my functions.php but its not working. any help will be appreciated.
https://www.ads-software.com/plugins/easy-bootstrap-shortcodes/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Removing Settings Link from Dashboard’ is closed to new replies.