- added argument to a hook to avoid the fatal error in Profile Tabs

This commit is contained in:
nikitasinelnikov
2020-12-17 14:12:56 +02:00
parent ba291a6bfe
commit 0b8ca8e3e7
+1 -1
View File
@@ -536,7 +536,7 @@ function um_user_edit_profile( $args ) {
* }
* ?>
*/
do_action( 'um_user_after_updating_profile', $to_update, $user_id );
do_action( 'um_user_after_updating_profile', $to_update, $user_id, $args );
/**
* UM hook