ilist_protected_password_list_text

Texte affiché (string) avant le champs de formulaire d'une page protégée par un mot de passe.

Nom du filtre : ilist_protected_password_list_text
Valeur par défaut (string) : "Password protected list"
Priorité : 10

Exemple d'utilisation (hook usage) :

/**
 * Filter protected password list text
 *
 * @return string
 */
function example_new_protected_password_list_text() {
   return 'New text';
}
add_filter( 'ilist_protected_password_list_text', 'example_new_protected_password_list_text', 10 );

 

Exemple de résultat

Recherche

Index