get_id())) { return false; } $products_without_swatches = [ // list all product IDs that should not have swatches 105, 106 ]; if (in_array($product->get_id(), $products_without_swatches)) { return false; } return $has_single_product_swatches; } );