Automattic\WooCommerce\Admin\Notes
WC_Admin_Notes_Test_Checkout{}
Устарела с версии 4.8.0. Больше не поддерживается и может быть удалена. Используйте
TestCheckout
.WC_Admin_Notes_Test_Checkout.
Хуков нет.
Использование
$WC_Admin_Notes_Test_Checkout = new WC_Admin_Notes_Test_Checkout(); // use class methods
Методы
Нет Методов у класса.
Список изменений
Устарела | С версии 4.8.0 | , use TestCheckout |
Код WC_Admin_Notes_Test_Checkout{} WC Admin Notes Test Checkout{} WC 7.3.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'; }