Development

get_term_meta: Source code

By the Web Warlock, Sunday, 23/May/2010 0:41

Source code of get_term_meta, located in wp-content/plugins/zyx-term-meta/includes/functions.php.

register_term_group: Source code

By the Web Warlock, Tuesday, 18/May/2010 16:21

Source code of the function register_term_group, located in the file wp-content/plugins/zyx-term-meta/includes/term-groups.php of the ZYX Term Meta plugin.

get_all_meta_children parameters

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

term_id add_parent field depth Default: -1 (all levels). cur_depth Used for recursive control. use_cache Wheter use the term parentage cache or not. Default: true

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