Disable the clear cache message in WP Rocket

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 );

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