Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::endpublicWC 1.0

End the feed.

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

Хуков нет.

Возвращает

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

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

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

Код FeedInterface::end() WC 10.5.2

public function end(): void;