Automattic\WooCommerce\Internal\ProductFeed\Feed
FeedInterface::get_file_url
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() FeedInterface::get file url code WC 10.7.0
public function get_file_url(): ?string;