wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
admin_memory_limit › WordPress Filter Hooks
Seit4.6.0
Veraltetn/v
› apply_filters( 'admin_memory_limit', $filtered_limit )
| Parameter: |
|
| Definiert in: |
|
| Codex: |
Filters the maximum memory limit available for administration screens.
This only applies to administrators, who may require more memory for tasks like updates. Memory limits when processing images (uploaded or edited by users of any role) are handled separately. The `WP_MAX_MEMORY_LIMIT` constant specifically defines the maximum memory limit available when in the administration back end. The default is 256M (256 megabytes of memory) or the original `memory_limit` php.ini value if this is higher.Ähnliche Funktionen: wp_raise_memory_limit, _wp_admin_bar_init, admin_url, get_admin_users_for_domain, get_admin_page_title, domain_exists
Ähnliche Hooks: cron_memory_limit, image_memory_limit, admin_bar_init, context-_memory_limit, admin_init