/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* 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');