apply_filters( 'pre_ent2ncr', string|null $converted_text, string $text )

Filters text before named entities are converted into numbered entities.


Description Description

A non-null string must be returned for the filter to be evaluated.


Parameters Parameters

$converted_text

(string|null) The text to be converted. Default null.

$text

(string) The text prior to entity conversion.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.