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

Filters a user contactmethod label.


Description

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


Top ↑

Parameters

$desc string
The translatable label for the contact method.

Top ↑

Source

File: wp-admin/user-edit.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

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