Filter hook 'wp_parse_str'

in WP Core File wp-includes/formatting.php at line 5164

Description

Filters the array of variables derived from a parsed string.

Occurrences

Filename Line Number
wp-includes/formatting.php 5164

Parameters

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

PHP Doc

/**
	 * Filters the array of variables derived from a parsed string.
	 *
	 * @since 2.2.1
	 *
	 * @param array $result The array populated with variables.
	 */