Filters the memory limit allocated for image manipulation.
Parameters
$filtered_limitint|string- Maximum memory limit to allocate for image processing.
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
$filtered_limit = apply_filters( 'image_memory_limit', $filtered_limit );
User Contributed Notes
You must log in before being able to contribute a note or feedback.