WC_Product_Importer::get_file_position()
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() WC Product Importer::get file position code WC 7.7.0
public function get_file_position() { return $this->file_position; }