apply_filters( 'tribe_cache_delete_expired_transients_sql', string $sql , int $time )
Allow third party filtering of the SQL used for deleting expired transients.
Contents
Parameters
- $sql
-
(string) The SQL we execute to delete all the expired transients.
- $time
-
(int) Time we are using to determine what is expired.
Source
File: src/Tribe/Cache.php
Changelog
| Version | Description |
|---|---|
| 4.11.5 | Introduced. |