Prevent cache purge when the theme is changed in WP Rocket

Prevent cache purge when the theme is changed in WP Rocket on child sites.

Snippet Type

Execute on Child Sites

Snippet

remove_action( 'upgrader_process_complete', 'rocket_clean_cache_theme_update', 10, 2 ); 

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.