wp_queue_cron_memory_exceeded

wp_queue_cron_memory_exceeded

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.1

apply_filters('wp_queue_cron_memory_exceeded') is found 1 times:

  • /class/Common/Queue/Cron.php line 153
    		if ( $current_memory >= $memory_limit ) {
    			$return = true;
    		}
    
    		return apply_filters( 'wp_queue_cron_memory_exceeded', $return );
    	}
    
    	/**
    	 * Get memory limit.
    	 *
    	 * @return int