Skip to content

Commit

Permalink
Fixed: redirect to #welcome_slide instead of #welcome on first boot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Feb 2, 2024
1 parent 80f425d commit 2019e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function maybe_redirect_to_wizard() {
$wizard_done = get_option( 'plausible_analytics_wizard_done', false );

if ( ! $wizard_done ) {
$url = admin_url( 'options-general.php?page=plausible_analytics#welcome' );
$url = admin_url( 'options-general.php?page=plausible_analytics#welcome_slide' );

wp_redirect( $url );

Expand Down

0 comments on commit 2019e91

Please sign in to comment.