apply_filters( "{$this->identifier}_memory_exceeded", bool $return , static $this )
Filters whether the process did exceed the allowed memory limit or not.
Contents
Parameters
- $return
-
(bool) Whether the process did exceed the allowed memory limit or not.
- $this
-
(static) This process instance.
Source
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |