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

$blogname

(string) Site name.


Source

File: wp-includes/ms-functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)