AY Term Meta

AY Term Meta Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,150 downloads
AY Term Meta Icon

Try plugin: AY Term Meta

We'll create fresh WordPress site with AY Term Meta installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About AY Term Meta

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

0


0


0


0


0

updated: 8 years ago
since: 9 years ago
author: Ayctor

Description

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