Ver originalfunction zanguanga_title($title) { return str_replace(' — WordPress' , '' , $title);} add_filter( 'admin_title' , 'zanguanga_title');