Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::activate
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
null. Nothing (null).
Usage
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->activate(): void;
IntegrationInterface::activate() IntegrationInterface::activate code WC 10.7.0
public function activate(): void;