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.
Метод класса: IntegrationInterface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->deactivate(): void;
Код IntegrationInterface::deactivate() IntegrationInterface::deactivate WC 10.5.2
public function deactivate(): void;