wpseek.com
A WordPress-centric search engine for devs and theme authors



user_{$name}_label › WordPress Filter Hooks

Since2.9.0
Deprecatedn/a
apply_filters( "user_{$name}_label", $desc )
Parameters:
  • (string) $desc The translatable label for the contact method.
    Required: Yes
Defined at:
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 );