Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::create_feedpublicWC 1.0

{@inheritdoc}

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

Хуков нет.

Возвращает

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

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

$POSIntegration = new POSIntegration();
$POSIntegration->create_feed(): FeedInterface;

Код POSIntegration::create_feed() WC 10.5.2

public function create_feed(): FeedInterface {
	return new JsonFileFeed( 'pos-catalog-feed' );
}