Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::activate
{@inheritdoc}
Method of the class: POSIntegration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$POSIntegration = new POSIntegration(); $POSIntegration->activate(): void;
POSIntegration::activate() POSIntegration::activate code WC 10.7.0
public function activate(): void {
// At the moment, there are no activation steps for the POS catalog.
}