gca_token_health_cache_ttl
Description
Filter the lifetime, in seconds, of the cached Airtable token-health result. Return 0 or less to disable caching.
Usage
Applied globally
add_filter( 'gca_token_health_cache_ttl', 'my_custom_function' );Parameters
$ttl
int
Cache lifetime in seconds. Default 15 minutes.
$account_email
string
The Airtable account email the check is being run for.
Since
1.0.2Hook added.