Yes, that’s certainly possible, but you wouldn’t override anything- instead you’d fetch and add the custom names when they’re registered. For a quick example, say you have an option that stores the names:
$taxonomies = array(
'ingredient_1' => 'Toppings',
'ingredient_2' => 'Sauce'
);
add_option( 'my_tax_names', $taxonomies );
Then when you register the taxonomies:
$taxonomies = get_option( 'my_tax_names' );
foreach( $taxonomies as $key => $name ){
register_taxonomy( $key, 'post', array( 'label' => $name ) );
}
Related Posts:
- Custom post type single-{custom}.php not working
- How to build a complex page structure
- Limit users by custom taxonomy and user roles
- Generate Shortcodes by Taxonomy
- need advice on how to do a lists using custom post types – taxonomy vs postmeta
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- Displaying a custom post types custom taxonomy value?
- What template files do I need to customise custom-category-term-links rather than fall back on archive.php?
- Help need making decision. Ads rotating site on wordpress
- custom taxonamy and post type
- Return the latest post from a custom Taxonomy and Post Type
- Don’t know how to show custom taxonomies from a custom post_type
- Display a grid of taxonomy terms at root taxonomy page
- Get unique superset of taxonomy terms from a list of custom posts in another hierarchical taxonomy
- How to have this permalink structure: post_type/postname/custom_inner_page
- How to produce a sub-page-system in WordPress
- Create a comments template for custom post types
- how to get this tax_query working?
- Show Taxonomies with admin area for custom post type?
- Include custom post type custom taxonomies in Categories widget
- How do I add new post formats to twenty fourteen theme?
- How can I tell if I’m on a custom post type archive page?
- Getting Same Description in All the Custom Taxonomy Posts
- Error 404 change permalink term custom term taxonomy
- Custom post type 404 category page
- How to search through all child taxonomies using WP_Query?
- I have a random letter appearing before my content. Where to start looking for the cause?
- Custom Post Taxonomy Template Not Loading Properly
- How to display only child category post in related posts in custom post type?
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- Help with Multi Level Category Archive Page
- Custom post type with custom taxonomy permalinks
- Custom taxonomy page template
- show custom taxonomies in hierarchy
- How to Create Custom Post Type with Multiple Color Options?
- Custom post type and custom taxonomy archive inaccessible
- ACF Pro simple Business Directory – Requesting assistance with created Templates and associated Functions.php Coding
- Get template part using a custom taxonomy term
- Retrieve value of a category’s custom field
- Custom Post Type / Two level deep taxonomy (cat. and subcat.) uri problem (error 404)
- Archive for custom taxonomy lists all posts instead of current taxonomy
- Genesis filterable portfolio isotope [closed]
- Adding a custom post type taxonomy template in plugin
- Get post from custom post type order by two taxonomies
- Loading custom content type from ajax results?
- Get posts by querying taxonomy and certain terms of the taxonomy?
- How to restrict users and admin from creating new taxonomy terms?
- Posts from all the categories are being displayed instead of particular category
- How to save custom taxonomy from front end post submission
- How to convert custom post type based list to a dropdown list?
- How to add a custom taxonomy to show up in a custom post type menu?
- Overriding taxonomy and custom post type
- Get next and previous 3 posts in a term in single post page
- wp_query check if integer exists in custom field’s array
- Customize Query for post
- Custom post type templating problem
- Correct classes for WordPress menu items
- Wrong request query on cpt and tax
- How can I see a list of my Custom Post Types of the last term I was in?
- making available just some parts of theme option
- Custom Taxonomies not appearing in Admin
- Custom Post hierarchical to custom taxonomy
- Custom Taxonomy Navigation, with current menu items for children?
- Search Custom Post Type & Taxonomies
- Getting a PHP Notice when using Pods with WPML [closed]
- Deleting Custom Taxonomy Term only increments tag_ID
- Custom Post Type doesn’t show Draft and Trash Options
- Conditional Statement custom post type category
- Multiple portfolios and single item in two of them (ideas?)
- Custom Post Type With Categories
- Get custom post type list for every category shortcode
- Loop custom taxonomy to get lists of cutom post types?
- Custom post type structure for posts with multiple child posts
- Get custom taxonomies from multiple posts
- Hierarchical Custom Post Types in Array
- Making certain categories of CPT not publicly queryable
- Pagination for Custom Taxonomy Page [duplicate]
- How can I make a custom post type sticky?
- Missing Posts in Custom Taxonomy List
- Custom Post Type permalink shows wrong page: homepage/index.php
- Search / Filter posts on Title/Content OR Tags
- using $wpdb to get custom post type with term
- Get term name and term parent into custom post type permalink
- Custom Post Type Taxonomy Filters
- Query with no terms uses index.php template instead of archive.php
- Custom Taxonomy Doesn’t Show Up
- Categories sorting
- Mapping Subdomains in WordPress to give the appearance of a localised site, best approach?
- WP_Query most viewed posts, in multiple Post Types, last 30 days, excluding a specific taxonomy term
- Show posts from two or more custom taxonomy terms
- Customize my custom taxonomy table in Admin panel
- Allow user to set custom order to a list of custom taxonomies?
- get_category_parents for custom post type taxonomy
- Custom-Posttype & Custom Taxonomy WP_Query
- Custom loop with multiple taxonomy queries
- How to use custom taxonomies to reference complex relationships?
- Disable block with taxonomies at post page
- Return one unique custom post type result when it shares a custom taxonomy in WP_QUERY?
- Displaying custom taxonomy in the admin list of a custom post type
- Get parse_query filter to return slug instead of id