ClassicPress logo
Skip to content
Filter by type:
Browse: Home / Functions / wp_raise_memory_limit / image_memory_limit

apply_filters( 'image_memory_limit', int|string $filtered_limit )

Filters the memory limit allocated for image manipulation.


Parameters

$filtered_limit

(int|string) Maximum memory limit to allocate for images. Default WP_MAX_MEMORY_LIMIT or the original php.ini memory_limit, whichever is higher. Accepts an integer (bytes), or a shorthand string notation, such as '256M'.


Source

File: wp-includes/functions.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-includes/functions.php: wp_raise_memory_limit()

Attempts to raise the PHP memory limit for memory intensive processes.


Changelog

Changelog
Version Description
WP-4.6.0 The default now takes the original memory_limit into account.
WP-3.5.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy