Home Plugins ay term meta
AY Term Meta logo

AY Term Meta

by Erwan Guillon on WordPress.org

Add some meta to your terms like tags, categories or custom taxonomies

(0)
The add screen

The add screen

Activate the plugin and add some code to your functions.php

Basic function :

  • AyTermMeta::addMeta($term, $name, $label, $type = ‘input’, $description = ”, $options = array()) {} Generate all meta management in WordPress Admin

Advanced functions :

You can use term_meta functions similar to post_meta function to add / update / get / delete metas

  • function add_term_meta( $term_id, $meta_key, $meta_value, $unique = false ) {}
  • function update_term_meta( $term_id, $meta_key, $meta_value, $prev_value = ” ) {}
  • function get_term_meta( $term_id, $key = ”, $single = false ) {}
  • function delete_term_meta( $term_id, $meta_key, $meta_value = ” ) {}
Active installations10+
Weekly downloads
9-18.18%
Version0.9.2
Last updated12/9/2015
WordPress version3.5
Tested up to4.4.33
Tags
categoriescategorytagtermterms