WC_Importer_Interface::get_file_position()publicWC 1.0

Get file pointer position from the last read.

Method of the class: WC_Importer_Interface{}

No Hooks.

Return

Int.

Usage

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

WC_Importer_Interface::get_file_position() code WC 8.6.1

public function get_file_position();