• Resolved mqlopes

    (@mqlopes)


    Hello,

    First of all I would like to thank you for your excellent plugin. It works really well.

    We noticed that when we try to save a template in Visual Composer, the new template is not displayed between page changes. We need to flush the cache in order to make the new template visible.

    Please, is there a way to entirely disable caching for the backend administration?

    Thanks again!
    Marcelo

    https://ww.wp.xz.cn/plugins/redis-cache/

Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    I’d recommend calling wp_cache_flush() on a visual composer “save” hook.

    Or alternatively, you can find out where visual composer saves the page templates and then set that group not be cached using: $wp_object_cache->add_non_persistent_groups().

Viewing 1 replies (of 1 total)

The topic ‘Visual Composer – Backend’ is closed to new replies.