• add_filter( 'admin_title', function ( $admin_title, $title ) {
    return str_replace( " — WordPress", '', $admin_title );
    }, 10, 2 );

The topic ‘add toggle Remove “WordPress” from admin titles’ is closed to new replies.