Pending

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

get_term_meta_from_cache

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

<?php get_term_meta_from_cache( $term_id , $key ); ?>

$wp_post_types

By the Web Warlock, Wednesday, 28/Jul/2010 0:27

$wp_post_types is the global array that stores the post type objects.

get_theme_mod

By the Web Warlock, Thursday, 8/Jul/2010 0:15

<?php get_theme_mod( $name, $default ) ?>