WC_Product_Importer::get_file_position()

Get file pointer position from the last read.


Description Description


Return Return

(int)


Top ↑

Source Source

File: includes/import/abstract-wc-product-importer.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.