Global variables

Descriptions of global variables

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

of a WordPress® .

Entries describing a WordPress global var.

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.