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