wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



newblogname › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'newblogname', $blogname )
Parameter:
  • (string) $blogname Site name.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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