Skip to content

Commit 9e7e6a4

Browse files
committed
fix options save redirect
1 parent 6343b8e commit 9e7e6a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Controller.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@ public static function saveOptionsFromUI() : void {
259259
[ 'name' => 'siteID' ]
260260
);
261261

262-
wp_safe_redirect( admin_url( 'admin.php?page=wp2static-netlify' ) );
262+
wp_safe_redirect(
263+
admin_url( 'admin.php?page=wp2static-addon-netlify' )
264+
);
265+
263266
exit;
264267
}
265268

0 commit comments

Comments
 (0)