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.
Метод класса: FeedInterface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$FeedInterface = new FeedInterface(); $FeedInterface->start(): void;
Код FeedInterface::start() FeedInterface::start WC 10.5.2
public function start(): void;