Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::deactivatepublicWC 1.0

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.

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

Хуков нет.

Возвращает

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

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

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

Код IntegrationInterface::deactivate() WC 10.5.2

public function deactivate(): void;