mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
Fix force UT8 encoding option
This commit is contained in:
+1
-1
@@ -829,7 +829,7 @@ class UM_User {
|
||||
|
||||
$args['ID'] = $this->id;
|
||||
|
||||
$changes = apply_filters('um_before_update_profile');
|
||||
$changes = apply_filters('um_before_update_profile', $changes, $this->id);
|
||||
|
||||
// save or update profile meta
|
||||
foreach( $changes as $key => $value ) {
|
||||
|
||||
Reference in New Issue
Block a user