Adds an API allowing to store and query term meta as it is done with post meta.
Author: | Nikolay Karev (profile at wordpress.org) |
WordPress version required: | 3.0 |
WordPress version tested: | 3.1.4 |
Plugin version: | 1.0 |
Added to WordPress repository: | 17-05-2011 |
Last updated: | 21-06-2011
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: | mailto: karev.n@gmail.com |
Total downloads: | 1 176 |
Active installs: | 10+ |
Click to start download |
Adds an API allowing to store and query term meta as it is done with post meta using the next functions:
add_term_meta
update_term_meta
delete_term_meta
get_term_meta
Also adds meta_compare
option to get_terms call.