Fires once the WordPress environment has been set up.
pre_handle_404
Filters whether to short-circuit default header status handling.
WP::main
Sets up all of the variables required by the WordPress environment.
WP::handle_404
Set the Headers for 404, if nothing is found for requested URL.
Advertisement
WP::query_posts
Set up the Loop based on the query variables.
WP::init
Set up the current user.
WP::register_globals
Set up the WordPress Globals.
query_string
Filters the query string before parsing.
Advertisement
send_headers
Fires once the requested HTTP headers for caching, content type, etc. have been sent.
WP::build_query_string
Sets the query string property based off of the query variable property.
wp_headers
Filters the HTTP headers before they’re sent to the browser.
WP::send_headers
Sends additional HTTP headers for caching, content type, etc.
Advertisement
parse_request
Fires once all query variables for the current request have been parsed.
request
Filters the array of parsed query variables.
query_vars
Filters the query variables whitelist before processing.