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.9.8.1

apply_filters('woocommerce_product_importer_memory_exceeded') is found 1 times:

  • /includes/import/abstract-wc-product-importer.php line 732
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
        $return         = false;
        if ( $current_memory >= $memory_limit ) {
            $return = true;
        }
        return apply_filters( 'woocommerce_product_importer_memory_exceeded', $return );
    }
     
    /**
     * Get memory limit
     *
     * @return int