I need to get the $user_id of a newly created user to fire the "gform_after_submission" hook.
I found this post but I couldn't figure it out of that.
I also found this...... but that didn't help either.
Is this possible?
I need it so I can use this...
update_user_meta( $user_id, 'my_custom_field', $defined_value );