Automattic\WooCommerce\Internal\ProductFeed\Feed
FeedInterface::get_file_url
Get the URL of the feed file.
Метод класса: FeedInterface{}
Хуков нет.
Возвращает
Строку|null. The URL of the feed file, null if not ready.
Использование
$FeedInterface = new FeedInterface(); $FeedInterface->get_file_url(): ?string;
Код FeedInterface::get_file_url() FeedInterface::get file url WC 10.5.2
public function get_file_url(): ?string;