Disable the clear cache message in WP Rocket on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_action( 'admin_notices', function() {
remove_action( 'admin_notices', 'rocket_warning_plugin_modification' );
}, 1 );
Disable the clear cache message in WP Rocket on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_action( 'admin_notices', function() {
remove_action( 'admin_notices', 'rocket_warning_plugin_modification' );
}, 1 );