WordPress 常用函数 / ent2ncr

将名称实体(named entities)的字符集转换成编号实体(numbered entities)的字符集。

<?php ent2ncr( $text ) ?>

$text
(string) (required) 将转换实体的文本
Default: 无

(string)
转换实体之后的文本

输出:

C&#8217;est la f&#234;te!

并且看到的是:

C'est la fête!

Since: 1.5.1

wp-includes/formatting.php.