Automattic\WooCommerce\Internal\ProductFeed\Feed
FeedInterface::end
End the feed.
Method of the class: FeedInterface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$FeedInterface = new FeedInterface(); $FeedInterface->end(): void;
FeedInterface::end() FeedInterface::end code WC 10.7.0
public function end(): void;