Filters the array of variables derived from a parsed string.
Parameters
$result
array- The array populated with variables.
Source
$result = apply_filters( 'wp_parse_str', $result );
Changelog
Version | Description |
---|---|
2.2.1 | Introduced. |
Filters the array of variables derived from a parsed string.
$result
array$result = apply_filters( 'wp_parse_str', $result );
Version | Description |
---|---|
2.2.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.