There was an error while loading. Please reload this page.
1 parent 24574e2 commit fe6bb06Copy full SHA for fe6bb06
dfx-random-user-id.php
@@ -134,7 +134,7 @@ function dfx_random_user_dismissed_activation_msg() {
134
// Delete both the option to show the notice and the option keeping the new user id
135
// to avoid database clutter. The less information in the database, the better.
136
137
-delete_option( 'dfx_randomuserid_activation_notice_dismissed' );
+delete_option( 'dfx_randomuserid_activation_show_activation_notice' );
138
delete_option( 'dfx_randomuserid_first_user_moved_to' );
139
140
}
0 commit comments