Skip to content

Commit fe6bb06

Browse files
davefxDavid Marín
authored andcommitted
Fixing error in option name
1 parent 24574e2 commit fe6bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfx-random-user-id.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function dfx_random_user_dismissed_activation_msg() {
134134
// Delete both the option to show the notice and the option keeping the new user id
135135
// to avoid database clutter. The less information in the database, the better.
136136

137-
delete_option( 'dfx_randomuserid_activation_notice_dismissed' );
137+
delete_option( 'dfx_randomuserid_activation_show_activation_notice' );
138138
delete_option( 'dfx_randomuserid_first_user_moved_to' );
139139

140140
}

0 commit comments

Comments
 (0)