Skip to content

Commit

Permalink
point link for manual scan to scan-tab directly
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Sep 10, 2022
1 parent ff1a141 commit 266df6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/class-antivirus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
)
Expand Down

0 comments on commit 266df6c

Please sign in to comment.