From 266df6c1cb130215884b5d1e3ad62be913567b72 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 13 May 2022 18:06:13 +0200 Subject: [PATCH] point link for manual scan to scan-tab directly --- inc/class-antivirus.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/class-antivirus.php b/inc/class-antivirus.php index d0d62bf..1949b39 100644 --- a/inc/class-antivirus.php +++ b/inc/class-antivirus.php @@ -619,7 +619,8 @@ public static function show_dashboard_notice() { esc_url( add_query_arg( array( - 'page' => 'antivirus', + 'page' => 'antivirus', + 'av_tab' => 'scan', ), admin_url( 'options-general.php' ) )