Automattic\WooCommerce\Internal\ProductFeed\Feed
FeedInterface::start
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() FeedInterface::start code WC 10.7.0
public function start(): void;