WC_Tax_Rate_Importer::import_start()
Import is starting.
Method of the class: WC_Tax_Rate_Importer{}
No Hooks.
Return
null
. Nothing.
Usage
// private - for code of main (parent) class only $result = $this->import_start();
WC_Tax_Rate_Importer::import_start() WC Tax Rate Importer::import start code WC 7.5.1
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(); }