Skip to content

Commit 7eeeb4b

Browse files
committed
Add missing exit after wp_redirect
1 parent 02454c2 commit 7eeeb4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/admin/home/tasks/task/class-sensei-home-task-pro-upsell.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public static function mark_completed_and_redirect() {
8282
Sensei_Pro_Upsell::get_base_url()
8383
)
8484
);
85+
exit;
8586
}
8687

8788
/**

0 commit comments

Comments
 (0)