On this page
apply_filters( 'newblogname', string $blogname )
Filters the new site name during registration.
Description
The name is the site’s subdomain or the site’s subdirectory path depending on the network settings.
Parameters
$blognamestring-
Site name.
Source
File: wp-includes/ms-functions.php. View all references
$blogname = apply_filters( 'newblogname', $blogname );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_validate_blog_signup() wp-includes/ms-functions.php | Processes new site registrations. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/newblogname