विवरण
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 = ” ) {}
स्क्रिनसटहरू
स्थापना
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” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।