diff --git a/scoper.inc.php b/scoper.inc.php index ccb1eb52..91b8b402 100644 --- a/scoper.inc.php +++ b/scoper.inc.php @@ -55,7 +55,7 @@ 'Automattic', '^WooCommerce', 'Inpsyde\Assets', - 'Mollie' + 'Mollie', ], // list 'exclude-constants' => array_merge($wp_constants, [ 'WC_VERSION', @@ -66,6 +66,7 @@ 'exclude-classes' => array_merge($wp_classes, [ 'WooCommerce', '/^WC_/', + '\WCS_Retry_Manager' ]), // list 'exclude-functions' => array_merge($wp_functions, [ '/^wc/',