// 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 - Window 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 take your privacy extremely seriously and carefully guard any details you submit here. We have a comprehensive privacy policy here that explains our policy. By entering your details into the webform below you are consenting that we may share your details with our trusted partners Anglian Windows and companies from our own network, however your details will never be passed to any company without your additional verbal permission.
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.