New Products
GAMING COLLECTION
Sony Playstation 4 Game LORDS OF THE FALLEN

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');
