PHP 在WordPress中全局禁用注释
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 在WordPress中全局禁用注释相关的知识,希望对你有一定的参考价值。
/* Add this code on your functions.php (or other) file */
function __disable_feature($data) { return false; }
add_filter('comments_number', '__disable_feature');
add_filter('comments_open', '__disable_feature');
以上是关于PHP 在WordPress中全局禁用注释的主要内容,如果未能解决你的问题,请参考以下文章
在Wordpress主题中禁用页脚会阻止粘性导航粘滞
sql 通过这个简单的MySQL查询禁用WordPress帖子的所有注释。
php 在Wordpress中禁用默认仪表板小组件
sql 用于禁用现有WordPress页面,帖子和自定义帖子类型的注释,引用和pingback的SQL命令。默认的WordPress
升级到最新版本后,我的php代码在wordpress编辑器中不断被禁用
apache_conf 在某些WordPress目录中禁用PHP执行