From e66289b3a1208105875f26af06cac1acd87c118f Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Thu, 24 Aug 2023 11:01:19 +0200 Subject: [PATCH] return filter --- modules/ppcp-button/src/Assets/SmartButton.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index f8e3bff10..f1592c734 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -1177,8 +1177,6 @@ class SmartButton implements SmartButtonInterface { * @param array $components The array of components already registered. */ return apply_filters( 'woocommerce_paypal_payments_sdk_components_hook', $components ); - - return $components; } /**