Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
action hook in wordpress after user registration
Michael Causey
Programming language:
Whatever
2021-08-10 10:49:41
0
Q:
action hook in wordpress after user registration
user1998586
Code:
Whatever
2021-07-16 12:43:32
add_action(
'user_register'
,
'my_function'
);
function
my_function
(
$user_id
)
{
//do your stuff
}
0
Tags
user
use
word
Related
woocommerce subscriptions custom user rolde
contact form 7 redirect after submission without a plugin
post form submission wordpress
woocommerce redirect to checkout after adding product
theme hook suggestion for container drupal 8
set authorisation headers on form submit
woocommerce_email_actions
template_redirect woocommerce display notice example
New to Communities?
Join the community