File: wp-includes/class-wp.php
-
hookpre_handle_404
Filters whether to short-circuit default header status handling.
-
methodWP::remove_query_var()
Removes a query variable from a list of public query variables.
-
hookquery_string
Filters the query string before parsing.
-
methodWP::register_globals()
Set up the WordPress Globals.
-
methodWP::init()
Set up the current user.
-
methodWP::query_posts()
Set up the Loop based on the query variables.
-
methodWP::handle_404()
Set the Headers for 404, if nothing is found for requested URL.
-
methodWP::main()
Sets up all of the variables required by the WordPress environment.
-
hookwp
Fires once the WordPress environment has been set up.
-
classWP
WordPress environment setup class.
-
methodWP::build_query_string()
Sets the query string property based off of the query variable property.
-
methodWP::add_query_var()
Adds a query variable to the list of public query variables.
-
methodWP::set_query_var()
Sets the value of a query variable.
-
methodWP::parse_request()
Parses the request to find the correct WordPress query.
-
hookdo_parse_request
Filters whether to parse the request.
-
hookquery_vars
Filters the query variables allowed before processing.
-
hookrequest
Filters the array of parsed query variables.
-
hookparse_request
Fires once all query variables for the current request have been parsed.
-
methodWP::send_headers()
Sends additional HTTP headers for caching, content type, etc.
-
hookwp_headers
Filters the HTTP headers before they’re sent to the browser.
-
hooksend_headers
Fires once the requested HTTP headers for caching, content type, etc. have been sent.