diff --git a/includes/wc-product-functions.php b/includes/wc-product-functions.php index 7170d30d993..956ba02d22f 100644 --- a/includes/wc-product-functions.php +++ b/includes/wc-product-functions.php @@ -131,7 +131,6 @@ function wc_delete_product_transients( $post_id = 0 ) { foreach ( $keys as $key ) { if ( strpos( $key, $transient ) === 0 ) { $transients_to_clear[] = $key; - break; } } }