Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi there,

    If you update to v2.3.3 that I just pushed today ?? you can now hook into ‘fvm_after_purge_all’ to run your code.

    add_action( 'fvm_after_purge_all', 'prefix_do_something', 10 );
    
    function prefix_do_something() {
       // your code here
    }
Viewing 1 replies (of 1 total)
  • The topic ‘purse the cache files hooks’ is closed to new replies.