How to Enjoy Video Games for Wellness
For first-time players, lapsed gamers, and collectors who mostly hunt hardware and rare editions, video games as a hobby can feel harde...
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');