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

Filters whether a process instance should be marked as having exceeded the time limit or not.


Parameters

$return

(bool) Whether the process did exceed the time 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.