wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



user_{$name}_label › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( "user_{$name}_label", $desc )
Parametri:
  • (string) $desc The translatable label for the contact method.
    Richiesto:
Definito a:
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.





Sorgenti

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