Advertisement

Advertisement

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.

WP::query_posts

Set up the Loop based on the query variables.

WP::init

Set up the current user.

Advertisement

WP::build_query_string

Sets the query string property based off of the query variable property.

WP::send_headers

Sends additional HTTP headers for caching, content type, etc.

WP::parse_request

Parse request to find correct WordPress query.

Advertisement

WP::remove_query_var

Removes a query variable from a list of public query variables.