Automattic\WooCommerce\Admin\Notes
WC_Admin_Notes_Insight_First_Sale{}
Устарела с версии 1.7.0. Больше не поддерживается и может быть удалена. Используйте
InsightFirstSale
.WC_Admin_Notes_Insight_First_Sale.
Хуков нет.
Использование
$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 6.4.1
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'; }