Automattic\WooCommerce\Admin\Notes
WC_Admin_Notes_Test_Checkout{}
Deprecated from version 4.8.0. It is no longer supported and can be removed in future releases. Use
TestCheckout
instead.WC_Admin_Notes_Test_Checkout.
No Hooks.
Usage
$WC_Admin_Notes_Test_Checkout = new WC_Admin_Notes_Test_Checkout(); // use class methods
Methods
No Methods in class.
Changelog
Deprecated | Since 4.8.0 | , use TestCheckout |
WC_Admin_Notes_Test_Checkout{} WC Admin Notes Test Checkout{} code WC 7.7.0
class WC_Admin_Notes_Test_Checkout 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\TestCheckout'; /** * The version that this class was deprecated in. * * @var string */ protected static $deprecated_in_version = '4.8.0'; }