WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_parse_str

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 5049 /**
* Filters the array of variables derived from a parsed string.
*
* @since 2.2.1
*
* @param array $array The array populated with variables.
*/

Hook Parameters

Parameter Type Name Description
array $array The array populated with variables.