Pross / beaver-cache-helper

This plugin will clear various caches when layouts and templates are saved. It also clears the cache when WordPress finishes updating plugins and themes. The plugin also defines the DONOTCACHEPAGE constant when the builder is active, this is respected by most cache plugins.
GNU General Public License v2.0
24 stars 5 forks source link

Clearing Pagely Cache #6

Closed jasontucker closed 6 years ago

jasontucker commented 6 years ago

This code should clear the cache over on Pagely

    // Pagely
    if ( class_exists( 'PagelyCachePurge' ) ){
        PagelyCachePurge::purgeAll();   
    }
Pross commented 6 years ago

Great! Can you add a pr for this?