Skip to content

Commit

Permalink
Tweak WPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Sep 30, 2024
1 parent 3974b73 commit 79d174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/um-block-emails/src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function ( $host ) {
\UM()->options()->remove( 'blocked_disposable_emails' );
}

update_option( 'um_extended_option_block_disposable_emails', implode( PHP_EOL, $arr_email_formatted ), false );
update_option( 'um_extended_option_block_disposable_emails', implode( PHP_EOL, $arr_email_formatted ), false );
}
}

Expand Down

0 comments on commit 79d174a

Please sign in to comment.