Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::create_feed
{@inheritdoc}
Method of the class: POSIntegration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$POSIntegration = new POSIntegration(); $POSIntegration->create_feed(): FeedInterface;
POSIntegration::create_feed() POSIntegration::create feed code WC 10.7.0
public function create_feed(): FeedInterface {
return new JsonFileFeed( 'pos-catalog-feed' );
}