- release 2.0.23

This commit is contained in:
nikitozzzzzzz
2018-08-10 15:11:48 +03:00
parent e4ac4cda8f
commit c3ffb29354
7 changed files with 10 additions and 68 deletions
+1 -1
View File
@@ -1660,7 +1660,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
* }
* ?>
*/
$changes = apply_filters('um_before_update_profile', $changes, $this->id );
$changes = apply_filters( 'um_before_update_profile', $changes, $args['ID'] );
foreach ( $changes as $key => $value ) {
if ( ! in_array( $key, $this->update_user_keys ) ) {