How to hide the Content Blocks sidebar menu?
-
I’m trying to hide the “Content Blocks” menu item for users with certain permissions (since the plugin doesn’t seem to create its own permission settings). I’m trying this:
remove_menu_page( "edit.php?post_type=content_block" );
…inside a function that is successfully removing other menu items. But the menu item is still visible.
What am I doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to hide the Content Blocks sidebar menu?’ is closed to new replies.