Automattic\WooCommerce\Admin\Notes
WC_Admin_Notes{}└─ DeprecatedClassFacade
Устарела с версии 4.8.0. Больше не поддерживается и может быть удалена. Используйте Notes.
WC_Admin_Notes.
Хуков нет.
Использование
$WC_Admin_Notes = new WC_Admin_Notes(); // use class methods
Методы
Нет Методов у класса.Список изменений
| Устарела | С версии 4.8.0 | , use Notes |
Код WC_Admin_Notes{} WC Admin Notes{} WC 11.0.1
class WC_Admin_Notes extends DeprecatedClassFacade {
/**
* The name of the non-deprecated class that this facade covers.
*
* @var string
*/
protected static $facade_over_classname = 'Automattic\WooCommerce\Admin\Notes\Notes';
/**
* The version that this class was deprecated in.
*
* @var string
*/
protected static $deprecated_in_version = '4.8.0';
}