Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::activate
{@inheritdoc}
Метод класса: POSIntegration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$POSIntegration = new POSIntegration(); $POSIntegration->activate(): void;
Код POSIntegration::activate() POSIntegration::activate WC 10.5.2
public function activate(): void {
// At the moment, there are no activation steps for the POS catalog.
}