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.

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

Хуков нет.

Возвращает

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

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

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

Код IntegrationInterface::activate() WC 10.5.2

public function activate(): void;