Advertisement
verygoodplugins

Untitled

Sep 26th, 2020
2,930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function my_user_function( $user_id, $contact_id, $registration_data )  {
  2.  
  3.     // You can do what you need with the Zoho $contact_id here
  4.  
  5. }
  6.  
  7. add_action( 'wpf_user_created', 'my_user_function', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement