apply_filters( 'tribe_process_handlers', array $handlers )

Filters the process handler classes the Service Provider should handle.

All handlers should extend the Tribe__Process__Handler base class.


Parameters

$handlers

(array)


Top ↑

Source

File: src/Tribe/Service_Providers/Processes.php


Top ↑

Changelog

Changelog
Version Description
4.7.12 Introduced.