Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
233090e3
authored
2023-11-19 17:11:04 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update_office_email
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
b34b602e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/themes/understrap-child/functions.php
wp-content/themes/understrap-child/functions.php
View file @
233090e
...
...
@@ -255,7 +255,7 @@ function wpa_34245() {
}
add_action
(
'profile_update'
,
function
(
$user_id
,
$old_user_data
)
{
//
update_office_email($user_id);
update_office_email
(
$user_id
);
update_branch_fax
(
$user_id
);
},
10
,
2
);
...
...
@@ -277,7 +277,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) {
function
find_branch_info
(
$department_branch
,
$field
){
if
(
have_rows
(
'departments_and_branches'
,
'option'
)
)
:
while
(
have_rows
(
'departments_and_branches'
,
'option'
)
)
:
the_row
();
if
(
get_sub_field
(
'departmentbranch'
)
==
$department_branch
)
:
...
...
Please
register
or
sign in
to post a comment