• Resolved partyfrikadelle

    (@partyfrikadelle)


    Hi,

    would it be possible to implement something like this:

    # get cache directories and urls
    function fvm_cachepath() {
    # custom directory
    $fvm_change_cache_path = apply_filters (‘fastvelocity_min_change_cache_path’, get_option(‘fastvelocity_min_change_cache_path’));
    $fvm_change_cache_base = apply_filters (‘fastvelocity_min_change_cache_base_url’, get_option(‘fastvelocity_min_change_cache_base_url’));

    so the cache-path could be set programmatically. could be useful on a multisite-network. like in my case 😉

    Best Regards!
    Carsten

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Possible to implement a apply a filter on fvm_cachepath’ is closed to new replies.