unable to remove plugin settings menu from admin bar
-
I want to remove the plugin setting menu from WP admin menu but I can’t.
I use a child theme and here is my code where I used the URLs displayed in web browser:add_action( ‘admin_menu’, ‘adjust_the_wp_menu’, 999 );
function adjust_the_wp_menu() {
$page = remove_submenu_page( ‘tools.php’, ‘tools.php?page=mtphr_post_duplicator_settings_menu’ );
}Please advise.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘unable to remove plugin settings menu from admin bar’ is closed to new replies.