wordpress / latest / hooks / wp_parse_str.html

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

File: wp-includes/formatting.php. View all references

$array = apply_filters( 'wp_parse_str', $array );

Used By

Used By Description

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