Fires after the site query vars have been parsed.
WP_Site_Query::parse_query
Parses arguments passed to the site query with default query parameters.
WP_Site_Query::__construct
Sets up the site query, based on the query vars passed.
WP_Site_Query
Core class used for querying sites.
Advertisement
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.
WP_Post_Type::unregister_meta_boxes
Unregisters the post type meta box if a custom callback was specified.
Advertisement
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.
WP_Post_Type::register_meta_boxes
Registers the post type meta box if a custom callback was specified.
Advertisement
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.
WP_Post_Type::set_props
Sets post type properties.