Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::deactivate
Deactivate the integration.
This method is called when the plugin is deactivated. If there is ever a setting that controls active integrations, this method might also be called when the integration is deactivated.
Method of the class: IntegrationInterface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->deactivate(): void;
IntegrationInterface::deactivate() IntegrationInterface::deactivate code WC 10.8.1
public function deactivate(): void;