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.

Метод класса: FeedInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код FeedInterface::start() WC 10.5.2

public function start(): void;