request, $this->query_vars
request, $this->query_vars
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('request, $this->query_vars') is found 1 times:
- /wp-includes/class-wp.php line 409
* @since 2.1.0 * * @param array $query_vars The array of requested query variables. */ $this->query_vars = apply_filters( 'request', $this->query_vars ); /** * Fires once all query variables for the current request have been parsed. * * @since 2.1.0 *