Customer feedback is the lifeblood of our business. Tell us what’s on your mind, good or bad.
We respond to all customer feedback and look forward to hearing from you!
function 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('after_setup_theme', 'disable_comments_post_types_support');
Customer feedback is the lifeblood of our business. Tell us what’s on your mind, good or bad.
We respond to all customer feedback and look forward to hearing from you!