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