// 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);
Home security quotes
Home Security Quoter
Get online quotes quickly and without any pressure using our home security cost calculator for home alarms, CCTV, door entry systems and more.
Take just two minutes and answer questions to find out a fair guide price for your project.
Actual quotes will vary, but our tool aims to help you feel more confident when speaking with companies.
We find local companies
Take it easy while we find you up to four local companies. We ask them to get in touch to provide you with genuine quotes.
You can then choose the best company using our past homeowners feedback.
Share your feedback
Help out your neighbours, and improve our service! Tell us about your experience with the companies we send.
This will be seen by all of our future homeowners - and it will help them choose the best company too!
We Protect Your Details
We have clever software that hides your phone number and email address from our companies. This software turns your contact information in to a code, keeping it safe.
So, whenever our companies call you or email you they do so through a code. They don't see your contact details until you choose to share them yourself.
We do this to keep your data as safe as possible. And so that you're in control of your own data protection. You can share your details with any company if you want to, but up until then we will keep your details safe.
We protect your details
We have clever software that hides your phone number and email address from our companies. This software turns your contact information in to a code, keeping it safe.
So, whenever our companies call you or email you they do so through a code. They don't see your contact details until you choose to share them yourself.
We do this to keep your data as safe as possible. And so that you're in control of your own data protection. You can share your details with any company if you want to, but up until then we will keep your details safe.