* @deprecated since 4.8.0, use WooSubscriptionsNotes
class WC_Admin_Notes_Woo_Subscriptions_Notes extends DeprecatedClassFacade {
* The name of the non-deprecated class that this facade covers.
protected static $facade_over_classname = 'Automattic\WooCommerce\Internal\Admin\Notes\WooSubscriptionsNotes';
* The version that this class was deprecated in.
protected static $deprecated_in_version = '4.8.0';
* WC_Admin_Notes_WooCommerce_Payments.
* @deprecated since 4.8.0, use WooCommercePayments
class WC_Admin_Notes_WooCommerce_Payments extends DeprecatedClassFacade {
* The name of the non-deprecated class that this facade covers.
protected static $facade_over_classname = 'Automattic\WooCommerce\Internal\Admin\Notes\WooCommercePayments';
* The version that this class was deprecated in.
protected static $deprecated_in_version = '4.8.0';
* WC_Admin_Notes_WooCommerce_Subscriptions.
* @deprecated since 4.8.0, use WooCommerceSubscriptions
class WC_Admin_Notes_WooCommerce_Subscriptions extends DeprecatedClassFacade {
* The name of the non-deprecated class that this facade covers.
protected static $facade_over_classname = 'Automattic\WooCommerce\Internal\Admin\Notes\WooCommerceSubscriptions';
* The version that this class was deprecated in.
protected static $deprecated_in_version = '4.8.0';