Filters the memory limit allocated for an arbitrary context.
The dynamic portion of the hook name, $context, refers to an arbitrary context passed on calling the function. This allows for plugins to define their own contexts for raising the memory limit.
$filtered_limitint|string
or the original php.inimemory_limit`, whichever is higher. Accepts an integer (bytes), or a shorthand string notation, such as '256M'.$filtered_limit = apply_filters( "{$context}_memory_limit", $filtered_limit );
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/context_memory_limit