acf/get_cache_key

acf/get_cache_key

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.1.6

apply_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.