Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::get_file_urlpublicWC 1.0

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() WC 10.5.2

public function get_file_url(): ?string;