Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::get_file_urlpublicWC 1.0

Get the URL of the feed file.

Method of the class: FeedInterface{}

No Hooks.

Returns

String|null. The URL of the feed file, null if not ready.

Usage

$FeedInterface = new FeedInterface();
$FeedInterface->get_file_url(): ?string;

FeedInterface::get_file_url() code WC 10.7.0

public function get_file_url(): ?string;