image_memory_limit

image_memory_limit

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('image_memory_limit') is found 1 times:

  • /wp-includes/functions.php line 7844
    7840
    7841
    7842
    7843
    7844
    7845
    7846
    7847
    7848
    7849
    7850
         *                                   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.
         *