apply_filters( 'image_memory_limit', int|string $filtered_limit )
Filters the memory limit allocated for image manipulation.
Parameters
- $filtered_limit
-
Maximum memory limit to allocate for images.<br> Default
WP_MAX_MEMORY_LIMITor the original php.inimemory_limit, whichever is higher.<br> Accepts an integer (bytes), or a shorthand string notation, such as '256M'.
Source
Changelog
| Version | Description |
|---|---|
| 4.6.0 | The default now takes the original memory_limit into account. |
| 3.5.0 | Introduced. |