=== Term meta API === Contributors: karevn Tags: taxonomy, api, term, meta, template Requires at least: 3.0 Tested up to: 3.1.2 Stable tag: 1.0 Adds an API allowing to store and query term meta as it is done with post meta. == 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 == 1. Upload the entire `termmeta-api` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Use the API == Changelog == = 1.0 = * Initial Release