Automattic\WooCommerce\Internal\ProductFeed\Feed
FeedInterface::get_file_path
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() FeedInterface::get file path WC 10.5.2
public function get_file_path(): ?string;