acf/get_cache_key

acf/get_cache_key

Hook Type: filter

See hook in core

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

apply_filters('acf/get_cache_key') is found 1 times:

  • /includes/acf-helper-functions.php line 98
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
    104
         *
         * @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.