woocommerce_product_importer_time_exceeded

woocommerce_product_importer_time_exceeded

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_importer_time_exceeded') is found 1 times:

  • /includes/import/abstract-wc-product-importer.php line 767
    		$return = false;
    		if ( time() >= $finish ) {
    			$return = true;
    		}
    		return apply_filters( 'woocommerce_product_importer_time_exceeded', $return );
    	}
    
    	/**
    	 * Explode CSV cell values using commas by default, and handling escaped
    	 * separators.
    	 *