Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/formatting.php | apply_filters | 4003 | /** * Filters text before named entities are converted into numbered entities. * * A non-null string must be returned for the filter to be evaluated. * * @since 3.3.0 * * @param string|null $converted_text The text to be converted. Default null. * @param string $text The text prior to entity conversion. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string|null | $converted_text | The text to be converted. Default null. |
string | $text | The text prior to entity conversion. |