// 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 helpful information from our Home Improvement email newsletter and 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. We will send you details of offers from quality window companies such as Anglian Windows, Safestyle windows and companies from our own network but your details will never be passed to any company without your prior 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.