WC_Product_Importer::get_file_position
Get file pointer position from the last read.
Метод класса: WC_Product_Importer{}
Хуков нет.
Возвращает
int.
Использование
$WC_Product_Importer = new WC_Product_Importer(); $WC_Product_Importer->get_file_position();
Код WC_Product_Importer::get_file_position() WC Product Importer::get file position WC 11.1.0
public function get_file_position() {
return $this->file_position;
}