WC_Product_Download::get_file() public WC 1.0
Get file.
{} Это метод класса: WC_Product_Download{}
Хуков нет.
Возвращает
Строку.
Использование
$WC_Product_Download = new WC_Product_Download(); $WC_Product_Download->get_file();
Код WC_Product_Download::get_file() WC Product Download::get file WC 5.0.0
public function get_file() {
return $this->data['file'];
}