Description
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.
Installation
- Upload the entire
termmeta-api
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the API
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Term meta API” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Term meta API” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Release