Register an item.
WP_Dependencies::all_deps
Determines dependencies.
WP_Dependencies::do_item
Processes a dependency.
WP_Dependencies::do_items
Processes the items and dependencies.
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::register_globals
Set up the WordPress Globals.
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::set_query_var
Set the value of a query variable.
WP::remove_query_var
Removes a query variable from a list of public query variables.
WP::add_query_var
Add name to list of public query variables.