Automattic\WooCommerce\Internal\ProductFeed
ProductFeed::activate
Plugin activation
Method of the class: ProductFeed{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ProductFeed = new ProductFeed(); $ProductFeed->activate(): void;
Changelog
| Since 10.5.0 | Introduced. |
ProductFeed::activate() ProductFeed::activate code WC 10.7.0
public function activate(): void {
foreach ( $this->integration_registry->get_integrations() as $integration ) {
$integration->activate();
}
}