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