wp_new_blog_notification
wp_new_blog_notification ( $blog_title, $blog_url, $user_id, $password )
Parameters:- (string) blog_title Site title.
- (string) blog_url Site URL.
- (int) user_id Administrator's user ID.
- (string) password Administrator's password. Note that a placeholder message is usually passed instead of the actual password.
Defined at: - Introduced in WordPress: 2.1.0
- Deprecated in WordPress: —
Description
Notifies the site admin that the installation of WordPress is complete.Sends an email to the new administrator that the installation is complete
and provides them with a record of their login credentials.