cron_memory_limit

cron_memory_limit

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('cron_memory_limit') is found 1 times:

  • /wp-includes/functions.php line 7771
    			 *                                   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.
    			 *