WC_Product_Download::get_file()publicWC 1.0

Get file.

Method of the class: WC_Product_Download{}

No Hooks.

Return

String.

Usage

$WC_Product_Download = new WC_Product_Download();
$WC_Product_Download->get_file();

WC_Product_Download::get_file() code WC 8.7.0

public function get_file() {
	return $this->data['file'];
}