Filters the array of variables derived from a parsed string.
$resultarraywp-includes/formatting.php:5175wp_parse_str() * Filters the array of variables derived from a parsed string. * * @since 2.2.1 * * @param array $result The array populated with variables. */ $result = apply_filters( 'wp_parse_str', $result );} /** * Converts lone less than signs. * * KSES already converts lone greater than signs.Introduced in 2.2.1. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.