5, 'post_type' => $post_type, ); $posts = get_posts($args); foreach ($posts as $post){ if (comments_open($post->ID)) return true; } } return false; } } } //class closure