newblogname

newblogname

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('newblogname') is found 1 times:

  • /wp-includes/ms-functions.php line 692
    	 * @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.' ) );
    	}