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

Filters a user contactmethod label.


Description

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


Parameters

$desc

(string) The translatable label for the contactmethod.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.9.0 Introduced.