From 4402753dfe6fd92146154af9774a52ec0d02fc5a Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 10 Feb 2025 12:08:23 +0100 Subject: [PATCH] wip #7310 --- wp-content/themes/physioassist/resources/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-content/themes/physioassist/resources/functions.php b/wp-content/themes/physioassist/resources/functions.php index 797f2e73..b2881a39 100644 --- a/wp-content/themes/physioassist/resources/functions.php +++ b/wp-content/themes/physioassist/resources/functions.php @@ -154,7 +154,6 @@ add_filter('wps_sfw_show_one_time_subscription_price', function($price) { }); add_action('woocommerce_after_add_to_cart_quantity', function($product_id = false) { - if() if(!$product_id) { global $product; } -- 2.39.5