apply_filters( 'tec_event_aggregator_direct_record_deletion', bool $direct_deletion )
Filters whether to use direct deletion of Event Aggregator records during cleanup or not.
Contents
Note the filtered value will override the value defined by the TEC_EVENT_AGGREGATOR_RECORDS_PURGE_DIRECT_DELETION constant.
Parameters
- $direct_deletion
-
(bool) Whether to use direct deletion of Event Aggregator records during cleanup or not.
Source
Changelog
| Version | Description |
|---|---|
| 6.0.9 | Introduced. |