Tribe__Process__Handler::get_healthcheck_cron_hook_id()
Returns this handler cron hook identifier.
The handler cron hook identifier is the one that the handler will use to schedule a single cron event when the dispatch method is called and the environment does not support async processing.
Return
(string) The complete cron hook name (identifier) for this handler.
Source
File: src/Tribe/Process/Handler.php
public function get_healthcheck_cron_hook_id() {
return $this->healthcheck_cron_hook_id;
}
Changelog
| Version | Description |
|---|---|
| 4.7.23 | Introduced. |