Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::startpublicWC 1.0

Start the feed. This can create an empty file, eventually put something in it, or add a database entry.

Method of the class: FeedInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$FeedInterface = new FeedInterface();
$FeedInterface->start(): void;

FeedInterface::start() code WC 10.7.0

public function start(): void;