builder->get_public_post_types(); foreach ( $post_types as $post_type => $label ) { if ( ! get_post_type_archive_link( $post_type ) ) { continue; } $condition = new Post( [ 'post_type' => $post_type, ] ); $this->register_sub_condition( $condition ); } } }