/ Published in: PHP
Expand |
Embed | Plain Text
/* 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');
You need to login to post a comment.
