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
881491b5
authored
2024-01-10 15:17:05 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
$wp_usr_id
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
19feb1d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
wp-content/themes/understrap-child/functions.php
wp-content/themes/understrap-child/functions.php
View file @
881491b
...
...
@@ -299,11 +299,11 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) {
}
add_action
(
'wpo365/user/creating'
,
'registration_redirect'
,
10
,
3
);
add_action
(
'wpo365/user/creating'
,
'registration_redirect'
,
10
,
1
);
function
registration_redirect
()
{
function
registration_redirect
(
$wp_usr_id
)
{
error_log
(
'registration_redirect'
);
error_log
(
'registration_redirect'
.
$wp_usr_id
);
wp_redirect
(
site_url
(
'/account/profile/'
));
...
...
Please
register
or
sign in
to post a comment