function remove_featured_tax_menu()
{
remove_submenu_page(
'edit.php?post_type=movies',
'edit-tags.php?taxonomy=featured&post_type=movies'
);
}
add_action( 'admin_menu', 'remove_featured_tax_menu' );
Related Posts:
- Add a Separator to the Admin Menu?
- Adding a custom admin page
- How to remove entire admin menu?
- Plugin to remove Admin menu items based on user role?
- Add my own button next to “Screen options” and “Help” in the admin
- How to show custom menu items in the WordPress android app?
- Remove ability to access certain admin menus
- Appearance->Editor not visible
- Custom WP_List_Table displays blank rows
- How do I set up a webhook?
- Admin pages have no content
- WordPress Left Hand Side Admin Menu Always Collapsed
- Reorder plugin items in the admin menu
- Re-ordering Admin Submenu Sections
- Reference external file as a function
- Add number new posts (post_status = pending) to administration menu [duplicate]
- add_submenu_page set for multiple roles [duplicate]
- How To Create User Specific Admin User Pages?
- Change the Default Pages Menu View in wp-admin
- WYSIWYG – Getting the “link” button from HTML mode in Visual mode
- How to change admin menu position of “Media”?
- Add a Menu Link (to a WordPress Page) in the Admin Menu/Sidebar
- Change top level menu item to point to custom submenu item
- Associating custom submenu item with post type of top level menu item
- How would I add a link to the profile editing page of the dashboard?
- Admin doesn’t have sufficient permissions to plugin’s page
- Single category’s posts list in admin menu
- Dashboard menu missing
- WordPress Remove Submenus
- page not updating with database
- Why am I timing out when using the Menu Editor?
- 500 internal server error on wp-admin only
- How to disable accessing the custom post types from frontend via a link?
- How can I POST or GET to the same admin page from which I am POST-ing or GET-ing
- Output the admin menu_position for each item
- avoiding the display of certain categories to certain user roles at content entry time
- How can I add a menu item to the admin area?
- Backend Checkboxes working – but not visual?
- WordPress Admin Menu Order for ‘admin.php’ pages
- How to change the link of the wordpress logo in the admin bar?
- Give admin_menu permission to specific users
- Show all admin menus in a table
- Highlight active Admin Menu when added though add_menu_page
- require/include php file in add_menu()
- Create WordPress Menu Item Without Linking to a Custom Page
- WordPress4.1.15 Dashboard links not working
- Simple CSS admin pagination
- How to change the default url for ‘Posts’ link?
- Unsure how to add simple checkboxes that write to a small table to admin
- Add a link to the Admin menu
- Reference external file as a function
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- Display admin sidebar into custom post pages if logged
- Hide other users’ posts in admin panel
- Editor Styles and Typekit
- WordPress admin stylesheet
- Is it possible to create a WordPress tour? V3.3.1
- Securing Admin Accounts – Username Discovery
- Add separator to admin submenu
- Showing WP_Error message with admin_notice action hook
- Taxonomy/category hierarchy lost when editing posts [closed]
- Setting Login with User Name and Password default option for Jetpack Admin Login
- Adminstering Large Number of WordPress Sites
- Admin: global $post empty
- How to remove “publish metabox” from each post type
- wp_schedule_event only when admin is visited
- Two admins in Users and one in the database?
- Adding (blog-specific) links to “My Sites” admin page
- Editing the Backend Uploader
- Using shared SSL for login/admin
- Client system for media review?
- Seems that admin_post_{action} does not executing
- WordPress 3.1’s admin bar disappears only leaving its 28 px padding (in ubuntu)!
- How to log out from admin or front-end only?
- Shared account / dual blogging in WordPress
- WordPress Brute Force Prevention
- admin_enqueue_scripts not rending JS file correctly
- How to break line / add to ADMIN menu
- how to show admin notice in custom menu page after submitting the form?
- Accidentally changed website url
- Private post hidden from Admin too
- Send admin to a different login than users?
- Having problem creating local instance of wordpress site
- WordPress Plugin Admin Tab
- Gutenberg UI has changed
- Unable to access admin web page
- exclude ID on avatar
- Missing content on website. Admins cant sign in
- Is Post-Form Resubmission somehow prevented in WordPress 4.2.2?
- WordPress login not working
- How to sort post_meta in edit.php?
- Scripts are not called until I login from wordpress backend
- Link to all posts page?
- WP Logs me out after updating anything on dashboard
- Adding additional text fields and image upload to a Page?
- If the only thing I use MySQL for is WordPress, do I need MySQL’s timezone tables?
- plugin to upload to youtube via wordpress [closed]
- My Account Lost Administrator permission
- WordPress admin panel is blank
- deploying a standard build of wordpress in WHM/cPanel