apply_filters( 'tec_event_status_enabled', bool $activate )

Allows filtering whether the event status should be activated or not.

Note: this filter will only apply if the disable constant or env var are not set or are set to falsy values.


Parameters

$activate

(bool) Defaults to true.


Top ↑

Source

File: src/Tribe/Event_Status/Event_Status_Provider.php


Top ↑

Changelog

Changelog
Version Description
5.10.0 Introduced.