This filter is documented in wp-login.php
$html_link
Sortie :
// Modifier la valeur avec le filtre 'lost_password_html_link'
add_filter('lost_password_html_link', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($html_link) {
// Modifier la valeur
return $html_link;
}
Chargement des actualités...