Remove sub menu bare admin
-
Hello, I can’t remove the category submenu from the admin bar
add_action( ‘admin_menu’, function () {
if ( ! current_user_can( ‘manage_options’ ) ) {
remove_submenu_page( ‘wpm-testimonial’, ‘wpm-testimonial-category&post_type=wpm-testimonial’ );}
}, 999 );
thx
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove sub menu bare admin’ is closed to new replies.