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

In this article

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.

Parameters

$descstring
The translatable label for the contact method.

Source

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

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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