WC_Product_Importer::get_file_position()publicWC 1.0

Get file pointer position from the last read.

Method of the class: WC_Product_Importer{}

No Hooks.

Return

Int.

Usage

$WC_Product_Importer = new WC_Product_Importer();
$WC_Product_Importer->get_file_position();

WC_Product_Importer::get_file_position() code WC 8.7.0

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