<?php add_post_type_support( $post_type, $feature ) ?>
Index
add_post_type_support
By the Web Warlock, Wednesday, 28/Jul/2010 4:43
Description of the function add_post_type_support located in the wp-includes / post.php file. Uses the global array $_wp_post_type_features.
get_all_meta_children
By the Web Warlock, Friday, 14/May/2010 13:11
Description of the function get_all_meta_children, located in the file wp-content/plugins/zyx-term-meta/includes / parentage.php of the plugin ZYX Term Meta. Uses the functions get_term_meta_children_from_cache, get_term_query_vars and wp_cache_set, and the methods $wpdb->prepare and $wpdb->get_results and the property $wpdb->prefix of the global object $wpdb.
<?php get_all_meta_children( $term_id = NULL , $add_parent = true , $field = '_parent' , $depth = -1 , $cur_depth = 0 , $use_cache = true ); ?>
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.
<?php get_term_custom( $term_id , $key = NULL , $args = NULL ); ?>
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 );
569 queries. 2.473 seconds. Powered by WordPress
Code is magic