Global variable

Entries describing a WordPress global var.

By the Web Warlock, Wednesday, 25/Aug/2010 12:00

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

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