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 on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.