um_registration_complete
-
Hi, maybe a stupid question, but how can i hand over the fields from the register form to the function, if i use this one:
add_action( ‘um_registration_complete’, ‘my_registration_complete’, 10, 2 );
function my_registration_complete( $user_id, $args ) {
// …….
}thx a lot
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘um_registration_complete’ is closed to new replies.