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.


Source

File: wp-signup.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.