Uses
Uses | Description |
---|---|
wp-includes/class-wp.php: WP::init() | Set up the current user. |
wp-includes/class-wp.php: WP::query_posts() | Set up the Loop based on the query variables. |
wp-includes/class-wp.php: WP::handle_404() | Set the Headers for 404, if nothing is found for requested URL. |
wp-includes/class-wp.php: WP::register_globals() | Set up the WordPress Globals. |
wp-includes/class-wp.php: wp | Fires once the WordPress environment has been set up. |
wp-includes/class-wp.php: WP::parse_request() | Parse request to find correct WordPress query. |
wp-includes/class-wp.php: WP::send_headers() | Sends additional HTTP headers for caching, content type, etc. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |