WP Term Metadata

WP Term Metadata Plugin for retrieving and manipulating metadata of term objects.

Author:Igor Golovanov (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.9.31
Plugin version:0.2
Added to WordPress repository:19-06-2014
Last updated:19-06-2014
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, %:0
Rated by:0
Plugin URI:https://github.com/golovanov/wp-term-metadata
Total downloads:1 196
Active installs:10+
plugin download
Click to start download

WP Term Metadata Plugin for retrieving and manipulating metadata of term objects. Metadata for
an object is a represented by a simple key-value pair. Objects may contain multiple metadata
entries that share the same key and differ only in their value.

= Plugin provides new API functions:

  • add_term_meta() – Add meta data field to a term.
  • delete_term_meta() – Remove meta data matching criteria from a term.
  • get_term_meta() – Retrieve term meta field for a term.
  • update_term_meta() – Update term meta field based on term ID.

  • add_term_taxonomy_meta() – Add meta data field to a term based on taxonomy name.

  • delete_term_taxonomy_meta() – Remove meta data matching criteria from a term based on taxonomy name.
  • get_term_taxonomy_meta() – Retrieve term meta field for a term based on taxonomy name.
  • update_term_taxonomy_meta() – Update term meta field based on term ID and taxonomy name.