[ad_1]
Hey @bibica,
thanks for reaching out.
There isn’t an easy way to remove them.
We could add a filter for the top bar, but I don’t see a reason to disable the diagnostics notification.
These issues must be solved to get the most out of Simply Static.
Suppose you are confident that a specific plugin works for your site.
In that case, you can filter the list of incompatible plugins and remove a plugin (which also updates the flags on the diagnostics screen):
add_filter( 'ss_incompatible_plugins', function ( $incompatible_plugins ) {
unset( $incompatible_plugins['plugin-slug'] );
} );Cheers,
Patrick
