On this page
apply_filters( 'wp_parse_str', array $array )
Filters the array of variables derived from a parsed string.
Parameters
$arrayarray-
The array populated with variables.
Source
File: wp-includes/formatting.php. View all references
$array = apply_filters( 'wp_parse_str', $array );
Related
Used By
| Used By | Description |
|---|---|
| wp_parse_str() wp-includes/formatting.php | Parses a string into variables to be stored in an array. |
Changelog
| Version | Description |
|---|---|
| 2.2.1 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_parse_str