mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-05 12:32:23 +08:00
https://github.com/piotrbak/wp-rocket-mu-plugins/blob/master/disable-cache.php https://github.com/wp-media/wp-rocket/issues/4707
2 lines
139 B
Text
2 lines
139 B
Text
add_filter( 'do_rocket_generate_caching_files', '__return_false' );
|
|
add_filter( 'rocket_generate_advanced_cache_file', '__return_false' );
|