• Resolved maggew

    (@maggew)


    Here is a picture of my the error: http://i.imgur.com/r0t1P2m.png

    May you please help me hide these notification errors?

    I have all these in my functions.php file but none of them supress the error.

    remove_action( 'admin_notices', 'show_update_error' );
    remove_action( 'all_admin_notices', 'show_update_error' );
    
    remove_action( 'admin_notices', 'display_admin_notices' );
    remove_action( 'all_admin_notices', 'display_admin_notices' );
    
    remove_action( 'admin_notices', 'display_notifications' );
    remove_action( 'all_admin_notices', 'display_notifications' );
    
    remove_action( 'admin_notices', 'show_update_details' );
    remove_action( 'all_admin_notices', 'show_update_details' );
    
    remove_action( 'admin_notices', 'wpseo_all_admin_notices' );
    remove_action( 'all_admin_notices', 'wpseo_all_admin_notices' );

    https://wordpress.org/plugins/wordpress-seo/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Support Taco Verdonschot

    (@tacoverdo)

    This is not an error.

    It means you haven’t activated the licenses for the premium plugins.
    Just enter your license keys and activate them, and the messages will disappear.

    Thread Starter maggew

    (@maggew)

    No way, really? That’s gotta be the most generic template reply ever. What a complete waste of time for you to even reply.

    I found a workaround and just installed “Premium SEO Pack – WordPress Plugin”

    Thanks for the status update and have fun.

    p.s. – according to the lines of code, it belongs in a div class called “error”…just sayin…

    remove_action( 'admin_notices', array( Yoast_Notification_Center::get(), 'display_notifications' ) );
    remove_action( 'all_admin_notices', array( Yoast_Notification_Center::get(), 'display_notifications' ) );
    Thread Starter maggew

    (@maggew)

    Thank you very much Weskoop…you da man!

    …now, if only I still used the actual plugin…

    @weskoop – life saver! sweet lord those were annoying

    @weskoop – preesh!! I love Yoast, but daggom those errors were annoying ESPECIALLY since I dismissed them and they kept coming back.

    Those sticky notices shouldn’t be allowed. Free plugin or not.

    People are going to disable notices, thus preventing legit ones from displaying.

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    If you’re having issues with those notices being there and you’ve paid for the plugin, by all means contact our support team. If you’ve got issues with those notices and you didn’t pay for the plugin, I’m gonna say: well, sucks for you 🙂

    Thread Starter maggew

    (@maggew)

    It’s all good Joost de Valk, your just a scrub for putting them into your plugin to begin with. Paid, nulled or free, they are just a pain in the butt.

    I do not want to remove all notifications, but I have the plugin “SEO ULTIMATE” for AutoLinks only. And the warning of YOAST SEO is huge. I do not use OpenGraph in SEO Ultimate, but there is still the warning. Is there any way to remove it?

    hornetalcala – Please submit a separate thread. Thanks

    @weskoop
    where to insert those lines, which functions.php ?

    Warnings are displaying at subscribers dashboards and this is really misleading and confusing as they have nothing to do with SEO or XML conflicts and, above all, even if they wanted to take any action they can’t…

    I inserted them on functions.php of the active theme and it worked perfect.

    Thanks Douglas, works fine!
    (Have to activate Yoast first, otherwise gets error of course)

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Disable / Hide / Supress Error Notification Alerts’ is closed to new replies.