Skip to content

Commit

Permalink
fix options save redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Nov 4, 2020
1 parent 6343b8e commit 9e7e6a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ public static function saveOptionsFromUI() : void {
[ 'name' => 'siteID' ]
);

wp_safe_redirect( admin_url( 'admin.php?page=wp2static-netlify' ) );
wp_safe_redirect(
admin_url( 'admin.php?page=wp2static-addon-netlify' )
);

exit;
}

Expand Down

0 comments on commit 9e7e6a4

Please sign in to comment.