WC_Importer_Interface::get_percent_complete()publicWC 1.0

Get file pointer position as a percentage of file size.

Method of the class: WC_Importer_Interface{}

No Hooks.

Return

Int.

Usage

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

WC_Importer_Interface::get_percent_complete() code WC 8.7.0

public function get_percent_complete();