When registering the taxonomy just set public to false, and it’ won’t be accessible on the front end. Just make sure to specify show_ui to true, otherwise it will use the public value and be hidden.
register_taxonomy(
'my_taxonomy',
'product',
[
'public' => false,
'show_ui' => true,
]
);
If you’re registering the taxonomy with a GUI from a plugin it should have checkboxes for these options.
Related Posts:
- How to get WooCommerce Product Category Link by ID?
- restrict_manage_posts not working in 3.3.1
- Custom order of terms for custom taxonomy in admin and website
- Custom taxonomy only shows 0 in autocomplete for terms and “Choose from the most used tags”
- Custom taxonomy position in admin panel
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- Approach for saving a product attribute values with a custom UI in a woocommerce+dokan set up [closed]
- How to link categories to custom taxonomy terms?
- Set download limit and expiry for WooCommerce downloadable products in specific categories
- Remove pagination from WooCommerce product categories on admin edit navigation menus
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- Woocommerce custom taxonomies page
- Outputting an array of term meta values in a custom WooCommerce tab?
- How can I allow a custom taxonomy for certain roles?
- Removing the “Popular Terms” area from the Taxonomy Edit Screen in the Admin Area
- Programatically added attribute, set to ‘show on product page’ automatically. Woocommerce [closed]
- How can I add buttons to a custom column in the taxonomy table?
- Get child product categories from parent product category in WooCommerce
- Top level parent taxonomy ID
- Woocommerce product search result layout page
- Filter WooCommerce admin products list by a custom taxonomy
- Woocommerce: How to change the add to cart text in a certain category? [closed]
- Catchable fatal error on custom category post
- Get custom category image from menu
- Hide posts having children terms when display posts by category in edit.php
- Modify “View” in admin panel for custom taxonomy
- Taxonomies image
- Hide product categories and taxonomy terms in menu if empty
- Display related products based on 2 specific product attributes values in WooCommerce
- How to target parent product category and its children using WooCommerce?
- woocommerce custom product category template
- Getting WooCommerce product related child categories
- Hiding taxonomies with no children WP_Query & tax_query
- Clicking Add New button for custom taxonomy only moves element
- Headers already sent warning in Admin source is media.php 3140
- How to display ACF taxonomy checkbox links on WooCommerce product category archive
- Hide custom Woocommerce taxonomies when empty
- Add attribute taxonomy through code don’t appear in admin product page
- Custom taxonomies not showing up in admin menu
- How do I hide certain taxonomy boxes from users in admin add post page?
- Dropdown taxonomy lists in admin menu
- How do I hide a term from non-admin users in get_the_term_list?
- Showing custom taxonomy in woocommerce signle product page
- Adding term to a custom taxonomy based on term from product category
- Warning: Undefined variable $post in C:\xampp\htdocs\… after PHP upgrade
- Fill New Taxonomies
- Infinite Scroll appending Next Product Category Term pages
- How to exclude woocommerece product category in search results?
- Cloning product not copying custom taxonomies
- Check if any available product has specific attribute
- how to show product custom taxonomies in woocommerce rest api
- How to truncate the description in the admin panel for a custom taxonomy
- WordPress search form and search result through ACF field in custom taxonomy
- Get user created Woocommerce attributes ( taxonomies ) [closed]
- Custom order of taxonomy using wp_get_object_terms and woocommerce_term_meta
- How do you search for a post by custom taxonomy?
- Custom taxonomy auto suggest not working in wordpress admin
- Displaying the custom taxonomies side by side on the admin dashboard
- Display woocommerce product_cat child terms with thumbnails
- Woocommerce – how to get and display selected variations on single product page
- How do I check if a post has a term with a particular ancestor/parent?
- Creating a custom archive page for WooCommerce products based on tags
- Hide empty categories on widget
- Change filter id into slug
- Set Variant options/attributes values on WooCommerce
- Using wp_query is it possible to orderby taxonomy?
- WordPress taxonomy radio buttons
- Custom taxonomy, get_the_terms, listing in order of parent > child
- Inserting a term into a custom taxonomy
- Count posts in custom taxonomy
- Custom taxonomy on users with UI
- Get main parent categories for a product
- Echo Custom Taxonomy Field Values Outside the Loop
- Taxonomy Relationships
- Get the term id belonging to custom taxonomy on a custom single-post-type.php template page
- How to display posts from a single category within a custom taxonomy
- Handling AJAX with custom taxonomy custom fields on add
- Custom taxonomy parent from another taxonomy
- How to extract url from get_the_term_list?
- pre_get_posts Tax Query not working for custom author page
- Custom Taxonomy template not showing
- Change sub-menu position of custom taxonomy
- Custom Taxonomies Cababilities
- WooCommerce – Email admin with new user details
- Custom taxonomy [year] is directing to yearly archive
- Alter post order on taxonomy template
- Display Taxonomy Terms in an option tag with value being the slug
- orderby meta_value breaks taxonomy term archives
- Category slug field missing with registered custom taxonomy
- How to show the a custom taxonomy term on single post metadata
- Automatically Give All Custom Post Types a Pre-Set Category [duplicate]
- Custom Post Type Taxonomy not showing
- Sort order by slug for looped child terms of custom taxonomy
- Simple Filter between multiple taxonomys
- Permalink help with default Posts and custom Taxonomy
- get the taxonomies terms associated with users
- Add success message to category add screen
- post_type_link not working for posts without terms
- Why my archive title isn’t showing?