php 全局禁用 WordPress 的评论
全局禁用 WordPress 的评论 **[PHP]代码**[代码片段(7行)]
[PHP]代码
/* 将下面的代码添加到 functions.php 文件 */ function __disable_feature($data) { return false; } add_filter('comments_number', '__disable_feature'); add_filter('comments_open', '__disable_feature');
- 上一篇:php 【PHP】透明水印生成
- 下一篇:php basename函数使用
精彩图集
精彩文章