Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::deactivate
{@inheritdoc}
Method of the class: POSIntegration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$POSIntegration = new POSIntegration(); $POSIntegration->deactivate(): void;
POSIntegration::deactivate() POSIntegration::deactivate code WC 10.7.0
public function deactivate(): void {
// At the moment, there are no deactivation steps for the POS catalog.
}