function custom_login_title() { return 'Espace membre'; // Change ce texte par ce que tu veux } add_filter('login_headertext', 'custom_login_title');