Core Function
View Source on Trac ↗ wpmu_log_new_registrations()
wpmu_log_new_registrations( mixed $blog_id, mixed $user_id ) Logs the user email, IP, and registration date of a new site.
Parameters 2 required
| Name / Type | Description |
|---|---|
| (WP_Site | | int) $blog_id The new site's object or ID. Required |
| (int | | array) $user_id User ID, or array of arguments including 'user_id'. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-functions.php
Advertisement