WC_Product_Importer::get_file_position()publicWC 1.0

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 8.7.0

public function get_file_position() {
	return $this->file_position;
}