apply_filters( 'tribe_cache_last_occurrence_option_triggers', array<string,bool> $triggers, string $action, array $args )

Filters the contents of which options will trigger expiring a given actions cache.


Parameters

$triggers

(<span class="array">array) Which options will trigger this given action last occurrence.

$action

(string) Which action this trigger will set.

$args

(array) Which arguments from the updated option method.


Top ↑

Source

File: src/Tribe/Cache_Listener.php


Top ↑

Changelog

Changelog
Version Description
4.13.2 Introduced.