Custom field support for terms
As of April 2026, Taxonomy Meta UI is a WordPress ui plugin with 10 active installations and a 1/5 rating from 1 reviews. It has been downloaded 1.5K+ times in total. Requires WordPress 4.2+ and PHP false+. Available on WordPress.org since 2015. Last updated 11 years ago — may have compatibility concerns. Top alternative: Radio Buttons for Taxonomies.
Add as many custom values as you want, or define static fields which are always visible.
add_term_meta( $term_id, $meta_key, $meta_value, $unique = FALSE )
update_term_meta( $term_id, $meta_key, $meta_value, $prev_value = '' )
delete_term_meta( $term_id, $meta_key, $meta_value = '' )
get_term_meta( $term_id, $key, $single = FALSE)
| WordPress | 4.2+ requiredTested up to 4.2.39 |
| PHP | false+ required |
term_fields_$taxonomy filter$taxonomy_has_custom_fields filterhas_custom_fields filter$taxonomy_has_custom_fields filter…and 2 more changes
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.