Fires once all query variables for the current request have been parsed.
request
Filters the array of parsed query variables.
WP::add_query_var
Add name to list of public query variables.
WP_Rewrite::add_endpoint
Adds an endpoint, like /trackback/.
Advertisement
WP_Rewrite::add_external_rule
Adds a rewrite rule that doesn’t correspond to index.php.
WP_Rewrite::add_rule
Adds a rewrite rule that transforms a URL structure to a set of query vars.
WP_Locale::register_globals
Global variables are deprecated.
WP_Locale::get_month_abbrev
Retrieve translated version of month abbreviation string.
Advertisement
WP_Locale::get_meridiem
Retrieve translated version of meridiem string.
WP_Locale::get_month
Retrieve the full translated month by month number.
WP_Locale::get_weekday_abbrev
Retrieve the translated weekday abbreviation.
WP_Locale::get_weekday_initial
Retrieve the translated weekday initial.
Advertisement
WP_Locale::get_weekday
Retrieve the full translated weekday word.
WP_Locale::init
Sets up the translated strings and object properties.
WP_Locale::__construct
Constructor which calls helper methods to set up object variables.