Filter hook 'newblogname'

in WP Core File wp-includes/ms-functions.php at line 692

Description

Filters the new site name during registration. The name is the site's subdomain or the site's subdirectory path depending on the network settings.

Occurrences

Filename Line Number
wp-includes/ms-functions.php 692

Parameters

Type Name Description
string $blogname Site name.

PHP Doc

/**
	 * Filters the new site name during registration.
	 *
	 * The name is the site's subdomain or the site's subdirectory
	 * path depending on the network settings.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param string $blogname Site name.
	 */