acf/get_cache_key
acf/get_cache_key
Appears in: advanced-custom-fields.6.2.6.1
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.6.1apply_filters('acf/get_cache_key') is found 1 times:
- /includes/acf-helper-functions.php line 106
* * @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.