Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::deactivatepublicWC 1.0

{@inheritdoc}

Method of the class: POSIntegration{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

POSIntegration::deactivate() code WC 10.7.0

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