post_type ); if ( ! current_user_can( $post_type->cap->read_post, $post->ID ) ) { return false; } return parent::check_read_permission( $post ); } }