Automattic\WooCommerce\Admin\Notes
WC_Admin_Notes_Tracking_Opt_In{}└─ DeprecatedClassFacade
Deprecated since 4.8.0. It is no longer supported and may be removed in future releases. Use TrackingOptIn instead.
WC_Admin_Notes_Tracking_Opt_In.
No Hooks.
Usage
$WC_Admin_Notes_Tracking_Opt_In = new WC_Admin_Notes_Tracking_Opt_In(); // use class methods
Methods
No Methods in class.Changelog
| Deprecated | Since 4.8.0 | , use TrackingOptIn |
WC_Admin_Notes_Tracking_Opt_In{} WC Admin Notes Tracking Opt In{} code WC 10.5.0
class WC_Admin_Notes_Tracking_Opt_In extends DeprecatedClassFacade {
/**
* The name of the non-deprecated class that this facade covers.
*
* @var string
*/
protected static $facade_over_classname = 'Automattic\WooCommerce\Internal\Admin\Notes\TrackingOptIn';
/**
* The version that this class was deprecated in.
*
* @var string
*/
protected static $deprecated_in_version = '4.8.0';
}