WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about signup_finished

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-signup.php do_action 569 /**
* Fires when the site or user sign-up process is complete.
*
* @since 3.0.0
*/
wp-signup.php do_action 714 /**
* Shows a message confirming that the new user has been registered and is awaiting activation.
*
* @since MU (3.0.0)
*
* @param string $user_name The username.
* @param string $user_email The user's email address.
*/
wp-signup.php do_action 884 /**
* Shows a message confirming that the new site has been registered and is awaiting activation.
*
* @since MU (3.0.0)
*
* @param string $domain The domain or subdomain of the site.
* @param string $path The path of the site.
* @param string $blog_title The title of the new site.
* @param string $user_name The user's username.
* @param string $user_email The user's email address.
* @param array $meta Any additional meta from the {@see 'add_signup_meta'} filter in validate_blog_signup().
*/

Hook Parameters

Parameter Type Name Description