Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_user_function( $user_id, $contact_id, $registration_data ) {
- // You can do what you need with the Zoho $contact_id here
- }
- add_action( 'wpf_user_created', 'my_user_function', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement