apply_filters( 'pre_ent2ncr', null $converted_text , string $text )
Filters text before named entities are converted into numbered entities.
Description
A non-null string must be returned for the filter to be evaluated.
Parameters
- $converted_text
-
The text to be converted. Default null.
- $text
-
The text prior to entity conversion.
Source
Changelog
Version | Description |
---|---|
WP-3.3.0 | Introduced. |