Core Function
View Source on Trac ↗ wp_new_blog_notification()
wp_new_blog_notification( mixed $blog_title, mixed $blog_url, mixed $user_id, mixed $password ) Notifies the site admin that the installation of WordPress is complete.
Parameters 4 required
| Name / Type | Description |
|---|---|
| $blog_title string | Site title. Required |
| $blog_url string | Site URL. Required |
| $user_id int | Administrator's user ID. Required |
| string | $password Administrator's password. Note that a placeholder message is usually passed instead of the actual password. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.1.0
Source File
wp-admin/includes/upgrade.php
Advertisement