当前位置:网站首页 > WordPress教程 > 正文
如何禁用WordPress评论中的Html
作者:98wpeu发布时间:2024-01-25分类:WordPress教程浏览:144
导读:&;lt;a&;gt;&;lt;em&;gt;&;lt;&;lt;strong&;gt;默认情况下、WordPress允许在评论中包含某些...
&;lt;a&;gt;&;lt;em&;gt;&;lt;&;lt;strong&;gt;默认情况下、WordPress允许在评论中包含某些Html标记,例如等。如果您注意到许多垃圾评论也包含这些标记.大多数垃圾评论都是由机器人和脚本发出的,它们使用的是超文本标记语言标签。如果你简单地从你的WordPress评论中禁用了Html,它就可以防止大量的垃圾邮件。在本教程中,我们将向您展示如何在您的WordPress评论中禁用Html标签。
本教程将仅禁用活动的超文本标记语言标记。因此,有人仍然可以发布类似以下内容的内容:
&;amp;lt;a&;amp;gt;&;amp;lt;em&;amp;gt;&;amp;lt;strong&;amp;gt;
它会显示出来,但标签将不起作用.因此,如果有人使用强标记,则不会将文本加粗.此外,没有多少垃圾邮件机器人有时间这样做,因为这种方式占用了大量的时间,这对他们没有好处.
你所要做的只是打开你的Functions.php并添加以下代码:
// This will occur when the comment is posted function plc_comment_post( $incoming_comment ) { // convert everything in a comment to display literally $incoming_comment['comment_content'] = htmlspecialchars($incoming_comment['comment_content']); // the one exception is single quotes, which cannot be #039; because WordPress marks it as spam $incoming_comment['comment_content'] = str_replace( "'", ''', $incoming_comment['comment_content'] ); return( $incoming_comment ); } // This will occur before a comment is displayed function plc_comment_display( $comment_to_display ) { // Put the single quotes back in $comment_to_display = str_replace( ''', "'", $comment_to_display ); return $comment_to_display; }❤️由托管WPCode
在WordPress中一键使用
如果你不想自己手动添加这段代码,那么原创作者也提供了一个插件,你可以下载.只需安装并激活的文字评论插件.
这种方法更好的原因是它不需要您更改核心文件.如果你想编辑你的核心文件,你可以去Wp-includes/kse.php然后在那里编辑代码.(不建议这样做,但这里是为了了解情况.(更多细节请参阅WP Codex)
相关推荐
- 多站点最好的WordPress常用插件下载博客插件模块的高级网络管理
- WPNakama快速简单的项目管理工具最好的WordPress常用插件下载博客插件模块
- 单独块页面生成器Gutenberg块最好的wordpress常用插件下载博客插件模块
- 用于强大表单的GSheetConnector最好的WordPress常用插件下载博客插件模块
- 产品折扣经理最好的WordPress常用插件下载博客插件模块
- 重新发现、重新发布和重新点燃您的Evergreen内容。Revive.so最好的WordPress常用插件下载博客插件模块
- 超棒的登录定制器最好的WordPress常用插件下载博客插件模块
- Easy Email最好的WordPress常用插件下载博客插件模块
- WooCommerce最好的WordPress常用插件下载博客插件模块的现场推车
- 伊莱扎聊天机器人最好的WordPress常用插件下载博客插件模块
- WordPress教程排行
- 最近发表
-
- WooCommerce最好的WordPress常用插件下载博客插件模块的相关产品
- 羊驼机器人最好的WordPress常用插件下载博客插件模块
- IP信息记录器最好的WordPress常用插件下载博客插件模块
- Linkly for WooCommerce最好的WordPress常用插件下载博客插件模块
- 元素聚合器Forms最好的WordPress常用插件下载博客插件模块
- Promaker Chat 最好的WordPress通用插件下载 博客插件模块
- 自动更新发布日期最好的WordPress常用插件下载博客插件模块
- WordPress官方最好的获取回复WordPress常用插件下载博客插件模块
- Img to rss最好的wordpress常用插件下载博客插件模块
- WPMozo为Elementor最好的WordPress常用插件下载博客插件模块添加精简版