wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



user_{$name}_label › Les Filtres WordPress

Depuis2.9.0
Dépréciéen/a
apply_filters( "user_{$name}_label", $desc )
Paramètres:
  • (string) $desc The translatable label for the contact method.
    Requis: Oui
Défini(e) dans:
Codex:

Filters a user contactmethod label.

The dynamic portion of the hook name, $name, refers to each of the keys in the contact methods array.





Source

echo apply_filters( "user_{$name}_label", $desc );