Remove top bar and errors diagnostics

[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

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer