• I am using the MEKS Shortcuts Plugin on my website. How can I stop the following message to appear in my backend?

    “You are currently using […] theme. Did you know that Meks plugins give you more features and flexibility with one of our Meks themes?”

    Every time I dismissed it it will re-appear the next time any page is loaded.

    Best Regards,
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • I agree, annoying. I do LOVE my Meks plugin, but I cannot change my theme due to a security mandate. My computer monitor is smaller and so this message takes up space I need to get to my bottom most buttons and I now need to scroll every time to do it. Please make this permanently dismissible. Thanks!

    Agree!
    To hide the notice copy/paste this code into your functions.php

    add_action( 'init', 'changeActions' );
    function changeActions () {
        remove_action( 'admin_notices', 'meks_admin_notice__info', 10 );
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Annoying Ad Message’ is closed to new replies.