Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::deactivatepublicWC 1.0

{@inheritdoc}

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

Хуков нет.

Возвращает

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

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

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

Код POSIntegration::deactivate() WC 10.5.2

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