Skip to content

Commit

Permalink
Remove duplicate views: Store experiment assignment in a different op…
Browse files Browse the repository at this point in the history
…tion (#41037)

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12809630373

Upstream-Ref: Automattic/jetpack@d0b5f34
  • Loading branch information
mmtr authored and matticbot committed Jan 16, 2025
1 parent 8491895 commit 22c76c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function wpcom_is_duplicate_views_experiment_enabled() {
return $is_enabled;
}

$option_name = 'duplicate_views_experiment_assignment';
$option_name = 'remove_duplicate_views_experiment_assignment';
$variation = get_user_option( $option_name, get_current_user_id() );

if ( false !== $variation ) {
Expand Down

0 comments on commit 22c76c4

Please sign in to comment.