Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

AY Term Meta

Описание

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

Скриншоты

  • The add screen
  • The edit screen

Установка

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

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«AY Term Meta» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «AY Term Meta» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.