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

Filters a user contactmethod label.


Description Description

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


Parameters Parameters

$desc

(string) The translatable label for the contactmethod.


Top ↑

Source Source

File: wp-admin/user-edit.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.