<?php get_term_custom( $term_id , $key = NULL , $args = NULL ); ?>
Metadata
get_term_custom
By the Web Warlock, Wednesday, 4/Aug/2010 22:11
Description of the function get_term_custom located in the file wp-content/plugins/zyx-term-meta/includes / functions.php of the plugin ZYX Term Meta. Uses the functions apply_filters, wp_cache_get and wp_parse_args, and the methods $wpdb->get_results and $wpdb->prepare and the property $wpdb->prefix of the global $wpdb object. Reads the fields meta_key and meta_value of the table {wp_}termmeta. Uses the filters get_term_custom.
get_term_meta
By the Web Warlock, Wednesday, 4/Aug/2010 10:46
Description of the function get_term_meta located in the file wp-content/plugins/zyx-term-meta/includes / functions.php of the plugin ZYX Term Meta. Reads the fields meta_key and meta_value of the {wp_}termmeta table. Uses the functions apply_filters, get_term_meta_from_cache, maybe_unserialize and wp_rand, and the methods $wpdb->get_col and $wpdb->prepare and the property $wpdb->prefix of the global object $wpdb.
<?php get_term_meta( $term_id , $key , $single = false , $use_cache = true , $single_id = 0 );
show_term_meta_form
By the Web Warlock, Tuesday, 8/Jun/2010 6:14
Description of the function show_term_meta_form located in the file wp-content/plugins/zyx-term-meta/includes/admin / term-meta-form.php. Displays the Edit Term Meta admin form. Calls the action edit_term_meta_form. Hooks to the edit_tag_form action hook at priority 0.
<?php show_term_meta_form(); ?>
Edit term meta admin form
By the Web Warlock, Tuesday, 8/Jun/2010 4:41
Description of the Edit Term Meta admin form used to Edit term metadata.
This is the section of the edit term (tag) admin form used to edit term metadata.
434 queries. 0.555 seconds. Powered by WordPress
Code is magic