Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::endpublicWC 1.0

End the feed.

Method of the class: FeedInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

FeedInterface::end() code WC 10.7.0

public function end(): void;