Abr
26
2011
26
2011
Remover link de recuperação de password
Insere o seguinte código no ficheiro functions.php
function remove_lostpassword_text ( $text ) {
if ($text == 'Lost your password?'){$text = '';}
return $text;
}
add_filter( 'gettext', 'remove_lostpassword_text' );
Etiquetas:Wordpress How To
Leave a comment
Advertisement

An article by







