Gets the REST API controller for this post type.
WP_Post_Type::remove_hooks
Removes the future post hook action for the post type.
WP_Post_Type::unregister_taxonomies
Removes the post type from all taxonomies.
WP_Post_Type::remove_rewrite_rules
Removes any rewrite rules, permastructs, and rules for the post type.
Advertisement
WP_Post_Type::unregister_meta_boxes
Unregisters the post type meta box if a custom callback was specified.
WP_Post_Type::remove_supports
Removes the features support for the post type.
WP_Post_Type::register_taxonomies
Registers the taxonomies for the post type.
WP_Post_Type::add_hooks
Adds the future post hook action for the post type.
Advertisement
WP_Post_Type::register_meta_boxes
Registers the post type meta box if a custom callback was specified.
WP_Post_Type::add_rewrite_rules
Adds the necessary rewrite rules for the post type.
WP_Post_Type::add_supports
Sets the features support for the post type.
register_post_type_args
Filters the arguments for registering a post type.
Advertisement
WP_Post_Type::set_props
Sets post type properties.
WP_Post_Type::__construct
Constructor.
WP_Post_Type
Core class used for interacting with post types.