cron_memory_limit

cron_memory_limit

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('cron_memory_limit') is found 1 times:

  • /wp-includes/functions.php line 7859
    7855
    7856
    7857
    7858
    7859
    7860
    7861
    7862
    7863
    7864
    7865
         *                                   php.ini `memory_limit`, whichever is higher.
         *                                   Accepts an integer (bytes), or a shorthand string
         *                                   notation, such as '256M'.
         */
        $filtered_limit = apply_filters( 'cron_memory_limit', $filtered_limit );
        break;
     
    default:
        /**
         * Filters the memory limit allocated for an arbitrary context.
         *