Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::get_file_pathpublicWC 1.0

Get the file path of the feed.

Метод класса: FeedInterface{}

Хуков нет.

Возвращает

Строку|null. The path to the feed file, null if not ready.

Использование

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

Код FeedInterface::get_file_path() WC 10.5.2

public function get_file_path(): ?string;