apply_filters( 'wp_parse_str', array $result )

Filters the array of variables derived from a parsed string.


Parameters

$result array
The array populated with variables.

Top ↑

Source

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

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


Top ↑

Changelog

Changelog
Version Description
2.2.1 Introduced.

Top ↑

User Contributed Notes

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