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