Entries describing a WordPress global var.
Global variable
$wp_post_types. $wp_post_types is the global array that stores the post type objects. —
$_wp_post_type_features. 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]. —