signup_finished WordPress Action Hook
The signup_finished hook is used to complete the registration process after the user has submitted their information. This hook is used to ensure that all required information is collected and that the user is added to the appropriate database.
do_action( 'signup_finished' ) #
Fires when the site or user sign-up process is complete.