Answers for "action hook in wordpress after user registration"

0

action hook in wordpress after user registration

add_action('user_register','my_function');

function my_function($user_id){
  //do your stuff
}
Posted by: Guest on March-17-2020

Code answers related to "action hook in wordpress after user registration"

Browse Popular Code Answers by Language