The author of plugin help me with that. Thanks all.
global $post;
$product_colors = get_the_terms( $post, 'product_color' );
$saved_colors = get_option( 'nm_taxonomy_colors' );
if(isset($product_colors) && is_array($product_colors)){
foreach($product_colors as $color){
$term_id = $color->term_id;
$hex_code = $saved_colors[$term_id];
echo $hex_code . '<br />';
}
}
Related Posts:
- Plugin allowing for artists, events and venues
- auto populate list of questions if user select a category xyz
- Taxonomy question
- Is there a way to add a custom input field for every taxonomy term in WP post editor?
- How to query the custom fields by language?
- Want wp_get_post_terms return in arbitrarily order, how to do?
- List taxonomy terms for post as checkboxes
- Assign / update custom field value for all posts (How can I assign only to posts without custom field value?)
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- ‘No Results Found’ on single post for custom post type
- is there a way to link one of the field in ACF field group, to a field in a media attachment page? [closed]
- How to toggle between two custom fields in WordPress woocommerce ‘WC Product Field Group’ plugin?
- How to create an input field, and base the output on spreadsheet data? [closed]
- Dynamic dropdown select values depending on other custom field value
- How do I hide posts across all loops based on the value of a custom field?
- How to set taxonomy in custom plugin?
- WP_Terms_List_Table Quick Edit not working
- Custom User meta field display
- Using color picker in plugin, does input attribute order matter?
- “Custom Post Type Permalinks” plugin URL strcuture
- Ordering taxonomies by rank
- Execute js files doesn’t seem to work
- WordPress metaboxes – textfield suggestion automatically populated
- Plugin generated taxonomies’ permalinks with custom placeholders
- Char limit on custom blog-post form? [closed]
- Unable to select image using custom image field type
- Redirect to another page using contact form 7? [closed]
- Every new post/draft has a custom field variable “yst_is_cornerstone” showing
- Template filter for custom taxonomy terms
- Custom Post Type Fields
- How do I enforce users to fill a determined custom field using WyPiekacz?
- ‘Organize Series Plugin’ as muti author feature
- WordPress custom taxonomy not showing
- Getting taxonomy images to display on single-post with their terms
- Where to populate custom terms in custom taxonomy in plugin?
- Adding class to last list item? Not WP generated
- Default taxonomy template in plugin, override in theme
- How to Resize the Custom Post Images?
- Amazon.com intergration with WordPress?
- Sticky option for custom post types without using custom fields or plugins
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- Order posts by meta key ( Using ACF )
- How to add fields in the WordPress editor?
- wp_insert_term() doesnt insert a term
- WordPress function to add text warning on every pages [closed]
- How to get CPT category checkbox list and show post of selected(multiply) checkboxes via ajax?
- Renaming Custom Taxonomy Values
- How to add an extra, independent set of custom fields?
- Price comparison table based on Custom Post Type?
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- How can I store data from custom fields to custom tables?
- Smarter navigation plugin and custom taxonomies
- Installed Forca Theme, wonder how I can alter Post editing screen
- Woocommerce – Change Variable Product Add to Cart to behave like external product using Custom Field (link) [closed]
- Custom Fields for Page Edits
- “After file loaded” action
- Plugin that lets visitors Like a post (not facebook) and stores likes in custom meta?
- Plugin for a static piece of text on homepage
- Parent Child Custom Fields with Advanced Custom Fields
- grab or load text on demand
- How can I add user profile fields to my mailpress mailout
- Dictionary-style definition list plugin
- Advanced Custom Fields Plugin – Images not displaying
- Adding custom Field To The Posts Listing
- How to create repeater field manually, without plugin (ACF Pro)?
- Color Picker UI in admin is not correct
- Creating New Dynamic Fields for a Certificate (Number Generation, Code Referencing, and more)
- Rename existing cpt and taxonomy with new textdomain
- how to create hierachial taxonomy and manage under single post type?
- WordPress Phone Field Check (use numbers, spaces and pluses)
- What snippet do I need to type to show my ACF field show up on my theme?
- Can export gallery but can’t import it Wp all import
- Get product categories and add them to a custom taxonomy
- Is there a way to make [Table Of Content] plugin while not using revision data?
- Table of contents (TOC) plugin is not showing header tag
- Auto populate a user custom field from another user custom field
- Best approach to make all tags searchable by the wordpress search function
- need to find duplicated meta value in custom filed and view the posts that have the same value
- Need to edit author permissions | custom taxonomy
- Create a pdf from the entries in DB
- Help with autofilling field
- how to find out which plugin disable custom field for post
- Preset custom fields
- Adding category base to url in custom post giving 404?
- What database state changes happen after a post is manually “updated” with no changes?
- Display posts by alphabetical order
- Register PODS Custom Field with WPGraphQL [closed]
- How to implement color picker from WordPress in my boilerplate plugin?
- get_post_meta shortcode returns empty field
- custom fields not displaying on wordpress site
- WordPress hide post from custom post-type on a single page
- Rewrite/Change custom taxonomy slug
- Create multiple posts when a custom post is created
- Custom Taxonomy is Missing (Or Limiting) Items
- Why Custom fields description is not working WordPress Version 5.4.2?
- Adding Custom Endpoint in WordPress Rest API
- General Term for this form Field
- How do I change the functionality of an image slider which is part of ACF?
- Cannot view Custom Post Type no matter what I try
- Make custom post types using ACF