Skip to content

Commit

Permalink
Changed email block list
Browse files Browse the repository at this point in the history
  • Loading branch information
IntoJHyyry committed Dec 3, 2021
1 parent 1671491 commit f7324b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/admin-tweaks.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function ID_export_users() {
$fp = fopen('users.csv', 'w');

foreach($users as $user) {
if(in_array($user->user_email, array('[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'))) {
if(in_array($user->user_email, array('[email protected]', '[email protected]', '[email protected]', '[email protected]'))) {
continue;
}

Expand Down

0 comments on commit f7324b7

Please sign in to comment.