apply_filters( 'tribe_cache_delete_expired_transients_sql', string $sql, int $time )

Allow third party filtering of the SQL used for deleting expired transients.


Parameters

$sql

(string) The SQL we execute to delete all the expired transients.

$time

(int) Time we are using to determine what is expired.


Top ↑

Source

File: src/Tribe/Cache.php


Top ↑

Changelog

Changelog
Version Description
4.11.5 Introduced.