acf/get_cache_key
acf/get_cache_key
Appears in: advanced-custom-fields.6.2.7
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.7apply_filters('acf/get_cache_key') is found 1 times:
- /includes/acf-helper-functions.php line 98094095096097098099100101102103104
*
* @param string
$key
The cache key.
* @param string
$original_key
The original cache key.
*/
return
apply_filters(
'acf/get_cache_key'
,
$key
,
$key
);
}
/**
* acf_request_args
*
* Returns an
array
of
$_REQUEST
values using the provided defaults.