Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

AY Term Meta

Leírás

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

Képernyőmentések

Telepítés

Download the plugin and put it in /wp-content/plugins/. Then activate it and add some code in your theme.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“AY Term Meta” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“AY Term Meta” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.