Post Types
Post Types API Functions
Core functions for post type registration and management. Source: wp-includes/post.php register_post_type() Registers a new post type. Must be called during...
Updated March 4, 2026
Post Types API Hooks
Actions and filters for post type registration and management. Source: wp-includes/post.php, wp-includes/class-wp-post-type.php Actions registered_post_type Fires after a post type is...
Updated March 4, 2026
Post Types API
Framework for registering and managing WordPress post types. Since: 2.9.0 Source: wp-includes/post.php, wp-includes/class-wp-post-type.php Components Component Description functions.md Core registration and...
Updated March 4, 2026
WP_Post_Type Class
Core class for interacting with post types. Since: 4.6.0 Source: wp-includes/class-wp-post-type.php final class WP_Post_Type { // ... } Properties $name...
Updated March 4, 2026