Index

add_post_type_support

By the Web Warlock, Wednesday, 28/Jul/2010 4:43

<?php add_post_type_support( $post_type, $feature ) ?>

get_all_meta_children

By the Web Warlock, Friday, 14/May/2010 13:11

<?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

located in the file / of the plugin . Uses the functions , and , and the methods and and the property of the global object. Reads the fields and of the table . Uses the filters .

<?php get_term_custom( $term_id , $key = NULL , $args = NULL ); ?>

get_term_meta

By the Web Warlock, Wednesday, 4/Aug/2010 10:46

located in the file / of the plugin . Reads the fields and of the table. Uses the functions , , and , and the methods and and the property of the global object .

<?php get_term_meta( $term_id , $key , $single = false , $use_cache = true , $single_id = 0 );