Taxonomy Meta UI

plugin banner

Custom field support for terms

Author:Ralf Hortt (profile at wordpress.org)
WordPress version required:4.2
WordPress version tested:4.2.37
Plugin version:1.2.0
Added to WordPress repository:23-03-2015
Last updated:26-03-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:20
Rated by:1
Plugin URI:http://horttcore.de
Total downloads:1 028
Active installs:10+
plugin download
Click to start download

Add as many custom values as you want, or define static fields which are always visible.

Arbitrary section

add_term_meta

add_term_meta( $term_id, $meta_key, $meta_value, $unique = FALSE )

update_term_meta

update_term_meta( $term_id, $meta_key, $meta_value, $prev_value = '' )

delete_term_meta

delete_term_meta( $term_id, $meta_key, $meta_value = '' )

get_term_meta

get_term_meta( $term_id, $key, $single = FALSE)

Screenshots
FAQ
ChangeLog