WC_Product_Download::get_file
Get file.
Method of the class: WC_Product_Download{}
No Hooks.
Returns
String.
Usage
$WC_Product_Download = new WC_Product_Download(); $WC_Product_Download->get_file();
WC_Product_Download::get_file() WC Product Download::get file code WC 10.8.1
public function get_file() {
return $this->data['file'];
}