Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::create_feedpublicWC 1.0

Create a feed that is to be populated.

Method of the class: IntegrationInterface{}

No Hooks.

Returns

FeedInterface. The feed.

Usage

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

IntegrationInterface::create_feed() code WC 10.8.1

public function create_feed(): FeedInterface;