Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::activatepublicWC 1.0

{@inheritdoc}

Метод класса: POSIntegration{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$POSIntegration = new POSIntegration();
$POSIntegration->activate(): void;

Код POSIntegration::activate() WC 10.5.2

public function activate(): void {
	// At the moment, there are no activation steps for the POS catalog.
}