Functions

get_term_meta_from_cache: Source code

By the Web Warlock, Wednesday, 4/Aug/2010 9:52

Source code of the WordPress function get_term_meta_from_cache, located in the file wp-content/plugins/zyx-term-meta/includes/term-meta-cache.php.

add_post_type_support

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

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

add_post_type_support: Usage

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

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

add_post_type_support: Parameters

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

add_post_type_support takes two parameters: the post type (string) and the features to support (string or array).