Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::activatepublicWC 1.0

Activate the integration.

This method is called when the plugin is activated. If there is ever a setting that controls active integrations, this method might also be called when the integration is activated.

Method of the class: IntegrationInterface{}

No Hooks.

Returns

void. Nothing (null).

Usage

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

IntegrationInterface::activate() code WC 11.0.1

public function activate(): void;