输入banner图图片脚本导航/分类

全局禁用WordPress的评论

<无详细内容>
  1. /* 将下面的代码添加到 functions.php 文件 */
  2. function __disable_feature($data) { return false; }
  3. add_filter('comments_number', '__disable_feature');
  4. add_filter('comments_open', '__disable_feature');