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. |