apply_filters( "{$this->identifier}_memory_exceeded", bool $return, static $this )

Filters whether the process did exceed the allowed memory limit or not.


Parameters

$return

(bool) Whether the process did exceed the allowed memory limit or not.

$this

(static) This process instance.


Top ↑

Source

File: src/Tribe/Process/Queue.php


Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.