12 May, 2015
AVAILABLE FOR REPRINT. Copy and use freely. Please help PeaceVoice by notifying us when you use this piece: PeaceVoiceDirector@gmail.com “An...
25 Jul, 2014
AVAILABLE FOR REPRINT. Copy and use freely. Please help PeaceVoice by notifying us when you use this piece: PeaceVoiceDirector@gmail.com “It’s...
function disable_comments() {
add_filter('comments_open', '__return_false', 20, 2);
add_filter('pings_open', '__return_false', 20, 2);
add_filter('comments_array', '__return_empty_array', 10, 2);
}
add_action('after_setup_theme', 'disable_comments');