WC_Importer_Interface::get_percent_complete()publicWC 1.0

Get file pointer position as a percentage of file size.

Метод класса: WC_Importer_Interface{}

Хуков нет.

Возвращает

int.

Использование

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

Код WC_Importer_Interface::get_percent_complete() WC 8.7.0

public function get_percent_complete();