verygoodplugins

Untitled

May 5th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function my_user_registered( $user_id, $feed, $entry, $password ) {
  2.  
  3.     // This runs after Gravity Forms has synced the password to Infusionsoft
  4.  
  5. }
  6.  
  7. add_action( 'gform_user_registered', 'my_user_registered', 20, 4 );
Add Comment
Please, Sign In to add comment