WC_Importer_Interface::get_percent_complete() public WC 1.0
Get file pointer position as a percentage of file size.
{} It's a 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();
Code of WC_Importer_Interface::get_percent_complete() WC Importer Interface::get percent complete WC 5.0.0
public function get_percent_complete();