Automattic\WooCommerce\Internal\ProductFeed\Feed

FeedInterface::get_file_pathpublicWC 1.0

Get the file path of the feed.

Method of the class: FeedInterface{}

No Hooks.

Returns

String|null. The path to the feed file, null if not ready.

Usage

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

FeedInterface::get_file_path() code WC 10.8.1

public function get_file_path(): ?string;