Viewing 3 replies - 1 through 3 (of 3 total)
  • This is a recurring request, as already posted by another member on a recent thread, try add this in functions.php

    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 Mirko

    (@miwalter)

    Thanks, I didn’t notice this is a recurring request. As far as I know for now your solution works, great – thanks again!

    Glad to help ^^

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update notification shown every few reloads’ is closed to new replies.