• Resolved MikkelCrunch

    (@mikkelcrunch)


    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)
  • Plugin Support AndreeaR

    (@andreearadacina21)

    Hey @mikkelcrunch,

    Thank you for reaching out and for sharing your solution!


    It’s possible that the notice you’re encountering could be activated by other plugins you have installed. I’ve tried to recreate the problem on my end without success.

    Could you kindly let us know the specific location where you’ve observed this issue?

Viewing 1 replies (of 1 total)
  • The topic ‘Make “Rate Notice” go away’ is closed to new replies.