您当前的位置:首页 > TAG信息列表 > allowedtags

  • 更改允许的注释的HTML标记

    时间:2017-09-20

    我已经为WordPress评论设置了一个HTML编辑器,我想相应地更改允许的评论HTML标记。一些HTML标记还添加了内联样式或类。我只想允许我期望的样式和类,但我无法让它工作。我想允许only 这些自定义类和样式。<span class=\"spoiler\">This is spoilered text</span><span style=\"text-decoration: line-through;\">This text has strikethrough&l

  • 使用$Allowedtag创建WordPress进程管理员组评论

    时间:2012-06-27

    WP使用$allowedtags 限制允许的注释标记集。但是,管理员的评论未经过滤。确保管理注释也被约束到中包含的标记的最简单方法是什么$allowedtags?

  • 允许$Allowweposttag标记中的所有属性

    时间:2012-11-12

    我想使用$allowedposttags 在提交条目期间允许额外的HTML标记。我是否可以使用$allowedposttags? 例如,下面的代码将允许iframe标记以及iframe标记中的src、height和width属性:$allowedposttags[\'iframe\'] = array( \'src\' => array(), \'height\' => array(), \'width\' => array() )

  • PRIG_REPLACE和COMMENT_FORM_DEFAULTS

    时间:2013-05-02

    这在一开始是一个玩笑,但现在我想知道是否可以将regex与hook comment\\u form\\u defaults一起使用。以下是我想要的:function remove_default_allowed_tags( $defaults) { $defaults = preg_replace(\'/<p class=\"form-allowed-tags\">(.*?)<\\/p>/\',\'\', $defaults); return $de

  • 在自定义帖子类型中禁用html

    时间:2013-11-26

    我的网站创建了自定义的帖子类型,现在我想禁用content editor中任何html标记的使用,这样数据库中只保存纯文本(如果可能的话,删除content editor和html编辑器)。我找到了要删除(丰富)内容编辑器的函数:add_filter(\'user_can_richedit\' , create_function(\'\' , \'return false;\') , 50); HTML编辑器仍然存在。但即使我想删除HTML编辑器(这:http://prntscr.com/26u

  • 允许在帖子和页面内容中使用标记和属性

    时间:2014-02-24

    我正在尝试允许链接上的“onclick”属性以及一些html标记(如iframe)显示在帖子和页面中的内容。在我的主题功能中。php文件,我尝试了移除wpautop等过滤器function rm_wpautop($content) { global $post; // Get the keys and values of the custom fields: $rmwpautop = get_post_meta($post->ID, \'wpautop\', tr

  • 过滤评论表单允许的标记

    时间:2014-08-17

    如何删除评论/帖子中允许的一些HTML标记?不管出于什么原因,下面的代码functions.php, 不起作用:add_action(\'init\', \'my_html_tags_code\', 10); function my_html_tags_code() { define(\'CUSTOM_TAGS\', true); global $allowedposttags, $allowedtags; $allowedposttags = ar

  • 如何在插入后期间允许src标记中的data:Image属性?

    时间:2019-11-28

    我正在使用插入帖子wp_post_insert(). 我的帖子内容如下:<img src=\"data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAN4AAAB6CA { ... } 但在插入过程中,Wordpressremoves 数据属性。因此,上述代码变为: <img src=\"image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAN4AAAB6CA { ... } 我试过这样的方法,但没有成

  • 您能改正代码is_admin()吗

    时间:2016-12-15

    我的函数中有此代码。php:add_action( \'init\', \'blockusers_init\' ); function blockusers_init() { if ( is_admin() && ! current_user_can( \'administrator\' ) && ! ( defined( \'DOING_AJAX\' ) && DOING_AJAX ) ) { wp_red