This plugin is outdated and might not be supported anymore
AY Term Meta

AY Term Meta

By Ayctor
Details
View on WordPress

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 = ” ) {}

Details

Plugin code:
ay-term-meta
Plugin version:
0.9.2
Author:
Outdated:
Yes
WP version:
3.5 or higher
PHP version:
or higher
Test up to WP version:
4.4.33
Total installations:
10
Last updated:
2015-12-09
Rating:
Times rated:
0
categories
category
tag
term
terms