Make “Rate Notice” go away
-
Hi,
I reviewed the Plugin on my site, but don’t want to do it every time on other ones.
So the notice to do so is very annoying, and does not matter where to click, it just does not go away.
I wrote a little script for the “Code Snippet” plugin.
So maybe – someone could need it.
function mloplugin_hide_mlo_admin_notice() { ?> <style> .notice.notice-info.is-dismissible.wpzinc-review-media-library-organizer { display: none !important; } </style> <?php } add_action( 'admin_head', 'mloplugin_hide_mlo_admin_notice' );
Best
Mikkel
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Make “Rate Notice” go away’ is closed to new replies.