We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7446e92 commit 1b1c84fCopy full SHA for 1b1c84f
src/plans/user-interface/upgrade-sidebar-menu-integration.php
@@ -107,7 +107,7 @@ public function do_redirect() {
107
$link = $this->shortlinker->build_shortlink( 'https://yoa.st/wordpress-menu-upgrade-woocommerce' );
108
}
109
110
- \wp_safe_redirect( $link );
+ \wp_redirect( $link );//phpcs:ignore WordPress.Security.SafeRedirect.wp_redirect_wp_redirect -- Safe redirect is used here.
111
exit;
112
113
0 commit comments