WC_Tax_Rate_Importer::import_start() private WC 1.0
Import is starting.
{} Это метод класса: WC_Tax_Rate_Importer{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
// private - только в коде основоного (родительского) класса $result = $this->import_start();
Код WC_Tax_Rate_Importer::import_start() WC Tax Rate Importer::import start WC 5.0.0
private function import_start() {
if ( function_exists( 'gc_enable' ) ) {
gc_enable(); // phpcs:ignore PHPCompatibility.FunctionUse.NewFunctions.gc_enableFound
}
wc_set_time_limit( 0 );
@ob_flush();
@flush();
@ini_set( 'auto_detect_line_endings', '1' );
}