apply_filters( ‘wp_parse_str’, array $result )

In this article

Filters the array of variables derived from a parsed string.

Parameters

$resultarray
The array populated with variables.

Source

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

Changelog

VersionDescription
2.2.1Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.