apply_filters( "{$this->identifier}_cron_interval", int $interval, static $this )

Filters the number of minutes to schedule the cron health-check.


Parameters

$interval

(int) The number of minutes to schedule the cron health-check; defaults to 5.

$this

(static) This process instance.


Top ↑

Source

File: src/Tribe/Process/Queue.php


Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.