On this page
apply_filters( 'image_memory_limit', int|string $filtered_limit )
Filters the memory limit allocated for image manipulation.
Parameters
$filtered_limitint|string-
Maximum memory limit to allocate for images.
DefaultWP_MAX_MEMORY_LIMITor the original php.inimemory_limit, whichever is higher.
Accepts an integer (bytes), or a shorthand string notation, such as'256M'.
Source
File: wp-includes/functions.php. View all references
$filtered_limit = apply_filters( 'image_memory_limit', $filtered_limit );
Related
Used By
| Used By | Description |
|---|---|
| wp_raise_memory_limit() wp-includes/functions.php | Attempts to raise the PHP memory limit for memory intensive processes. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/image_memory_limit