Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

AY Term Meta

Mô tả

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

Ảnh màn hình

  • The add screen
  • The edit screen

Cài đặt

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

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“AY Term Meta” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp