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