当前浏览:首页 / WordPress函数 / allowed_tags()

allowed_tags()

以带有属性的HTML格式显示所有允许的标签

allowed 允许

tagmore...


描述

这对于在评论区域中显示支持哪些元素和属性很有用。以及任何想要显示它的插件。


返回

(string) HTML允许标签实体编码。


源码

查看源码 官方文档


更新日志

版本描述
1.0.1开始引入

使用示例

  • 示例1

    显示允许的HTML标记

    $allowed_html_tags = allowed_tags();
    echo $allowed_html_tags;
    

    输出:

    <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>