WordPress globals

add_post_type_support

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

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

$_wp_post_type_features

By the Web Warlock, Wednesday, 28/Jul/2010 1:16

The global variable $_wp_post_type_features stores the features enabled for the different post types as a boolean value of the index $_wp_post_type_features[post_type][feature].

$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.

Classes

By the Web Warlock, Saturday, 24/Jul/2010 16:30

of the WordPress® .

WordPress, being OOP, uses several custom classes of its own.