Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_user_registered( $user_id, $feed, $entry, $password ) {
- // This runs after Gravity Forms has synced the password to Infusionsoft
- }
- add_action( 'gform_user_registered', 'my_user_registered', 20, 4 );
Add Comment
Please, Sign In to add comment