wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



user_{$name}_label › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( "user_{$name}_label", $desc )
Parameter:
  • () desc The translatable label for the contact method.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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