Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::activatepublicWC 1.0

{@inheritdoc}

Method of the class: POSIntegration{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

POSIntegration::activate() code WC 10.7.0

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