woocommerce_product_importer_memory_exceeded

woocommerce_product_importer_memory_exceeded

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_importer_memory_exceeded') is found 1 times:

  • /includes/import/abstract-wc-product-importer.php line 730
    		$return         = false;
    		if ( $current_memory >= $memory_limit ) {
    			$return = true;
    		}
    		return apply_filters( 'woocommerce_product_importer_memory_exceeded', $return );
    	}
    
    	/**
    	 * Get memory limit
    	 *
    	 * @return int