WC_Product_Download::get_file()
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() WC Product Download::get file code WC 7.7.0
public function get_file() { return $this->data['file']; }