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