image_memory_limit

image_memory_limit

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('image_memory_limit') is found 1 times:

  • /wp-includes/functions.php line 7756
    			 *                                   php.ini `memory_limit`, whichever is higher.
    			 *                                   Accepts an integer (bytes), or a shorthand string
    			 *                                   notation, such as '256M'.
    			 */
    			$filtered_limit = apply_filters( 'image_memory_limit', $filtered_limit );
    			break;
    
    		case 'cron':
    			/**
    			 * Filters the memory limit allocated for WP-Cron event processing.
    			 *