Add the ability to attach meta data to the wordpress categories and terms. It can be used to add meta to custom taxonomies (terms).
/wp-content/plugins/ directory. If you're uploading it make sure to upload
the top-level folder. Don't just upload all the php files and put them in /wp-content/plugins/.if (function_exists('get_terms_meta'))
{
$metaValue = get_terms_meta($category_id, $meta_key);
}
if (function_exists('get_all_terms_meta'))
{
$metaList = get_all_terms_meta($category_id);
}
Requires: 2.8 or higher
Compatible up to: 3.0.5
Last Updated: 2011-1-20
Downloads: 11,163
Got something to say? Need help?