apply_filters( ‘newblogname’, string $blogname )

In this article

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

$blogname = apply_filters( 'newblogname', $blogname );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.