wpseek.com
WordPress开发者和主题制作者的搜索引擎



user_{$name}_label › WordPress过滤钩子

Since2.9.0
已弃用n/a
apply_filters( "user_{$name}_label", $desc )
参数:
  • (string) $desc The translatable label for the contact method.
    Required: Yes
定义在:
文档:

Filters a user contactmethod label.

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





源码

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