// Disable comments on all post types
function df_disable_comments_post_types_support() {
$post_types = get_post_types();
foreach ($post_types as $post_type) {
if (post_type_supports($post_type, 'comments')) {
remove_post_type_support($post_type, 'comments');
remove_post_type_support($post_type, 'trackbacks');
}
}
}
add_action('admin_init', 'df_disable_comments_post_types_support');
// Close comments and pings on the front-end
function df_disable_comments_status() {
return false;
}
add_filter('comments_open', 'df_disable_comments_status', 20, 2);
add_filter('pings_open', 'df_disable_comments_status', 20, 2);
Online quote page – Solar Panel Quoter
Quick and easy online quotes
Fill in this form to get a free instant online quote and some buying guides and help from our Home Improvement email newsletter and no-pressure home improvement experts.
We will never pass your details to anyone without your permission, and may be contacted in accordance with our Privacy and information policy
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.