From e248b6868fdfccfee323de4b708b17a35f2413e7 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Tue, 8 Oct 2024 12:33:16 +0200 Subject: [PATCH] Change naming of the class --- scoper.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoper.inc.php b/scoper.inc.php index ffab50e8..91b8b402 100644 --- a/scoper.inc.php +++ b/scoper.inc.php @@ -66,7 +66,7 @@ 'exclude-classes' => array_merge($wp_classes, [ 'WooCommerce', '/^WC_/', - '^WCS_Retry_Manager' + '\WCS_Retry_Manager' ]), // list 'exclude-functions' => array_merge($wp_functions, [ '/^wc/',