wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



cron_memory_limit › WordPress Filter Hooks

Seit6.3.0
Veraltetn/v
apply_filters( 'cron_memory_limit', $filtered_limit )
Parameter:
  • () filtered_limit Maximum memory limit to allocate for WP-Cron. 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'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the memory limit allocated for WP-Cron event processing.





Quellcode

$filtered_limit = apply_filters( 'cron_memory_limit', $filtered_limit );