• Resolved snippet24

    (@snippet24)


    Hi, if this happens is there a filter to prevent having to recreate all the rules and jobs on cache deletion from Autptimize? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shakeeb Sadikeen

    (@shakee93)

    Yes, there is a filter available that can prevent you from having to recreate all the rules and jobs on cache deletion from Autoptimize. You can use the following filter:

    add_filter('uucss/autoptimize/clear-on-purge', function (){
       return false;
    });
    Thread Starter snippet24

    (@snippet24)

    Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does deleting AO cache results in recreating again the RL jobs?’ is closed to new replies.