wpseek.com
A WordPress-centric search engine for devs and theme authors



newblogname › WordPress Filter Hooks

SinceMU (3.0.0)
Deprecatedn/a
apply_filters( 'newblogname', $blogname )
Parameters:
  • (string) $blogname Site name.
    Required: Yes
Defined at:
Codex:

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.





Source

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