update_office_email
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -255,7 +255,7 @@ function wpa_34245() { | ... | @@ -255,7 +255,7 @@ function wpa_34245() { |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | add_action( 'profile_update', function ( $user_id, $old_user_data ) { | 257 | add_action( 'profile_update', function ( $user_id, $old_user_data ) { |
| 258 | //update_office_email($user_id); | 258 | update_office_email($user_id); |
| 259 | update_branch_fax($user_id); | 259 | update_branch_fax($user_id); |
| 260 | }, 10, 2 ); | 260 | }, 10, 2 ); |
| 261 | 261 | ... | ... |
-
Please register or sign in to post a comment