WC_Product_Download::get_file()
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 7.3.0
public function get_file() { return $this->data['file']; }