newblogname

newblogname

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('newblogname') is found 1 times:

  • /wp-includes/ms-functions.php line 692
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    * @since MU (3.0.0)
     *
     * @param string $blogname Site name.
     */
    $blogname = apply_filters( 'newblogname', $blogname );
     
    $blog_title = wp_unslash( $blog_title );
     
    if ( empty( $blog_title ) ) {
        $errors->add( 'blog_title', __( 'Please enter a site title.' ) );
    }