wp_parse_str WordPress Filter Hook
The wp_parse_str hook allows for custom modification of the query string before it is parsed by the Wordpress request. This is useful for modifying the request parameters before they are used by the Wordpress request handler.
apply_filters( 'wp_parse_str', array $array ) #
Filters the array of variables derived from a parsed string.
Parameters
- $array
(array)The array populated with variables.
Source
Changelog
Version | Description |
---|---|
2.2.1 | Introduced. |