diff --git a/includes/notifications.php b/includes/notifications.php index 5c19400f1..891c7f1b0 100644 --- a/includes/notifications.php +++ b/includes/notifications.php @@ -220,6 +220,8 @@ function pmpro_should_show_notification( $notification ) { // one test failed, let's not show break; } + } else { + $show = false; } } }