OwlCyberSecurity - MANAGER
Edit File: WCAdminActiveForProvider.php
<?php /** * WCAdmin active for provider. */ namespace Automattic\WooCommerce\Admin\RemoteInboxNotifications; defined( 'ABSPATH' ) || exit; use Automattic\WooCommerce\Admin\DeprecatedClassFacade; /** * WCAdminActiveForProvider class * * @deprecated 8.8.0 */ class WCAdminActiveForProvider extends DeprecatedClassFacade { /** * The name of the non-deprecated class that this facade covers. * * @var string */ protected static $facade_over_classname = 'Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors\WCAdminActiveForProvider'; /** * The version that this class was deprecated in. * * @var string */ protected static $deprecated_in_version = '8.8.0'; }