Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::create_feed
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() IntegrationInterface::create feed code WC 10.8.1
public function create_feed(): FeedInterface;