Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

AY Term Meta

Popis

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

Snímky obrazovky

  • The add screen
  • The edit screen

Instalace

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

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

AY Term Meta je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “AY Term Meta” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.