user_{$name}_label

Advertisement

Summery Summery

Filters a user contactmethod label.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$desc

The translatable label for the contactmethod.

Source Source

File: wp-admin/user-edit.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Advertisement

Leave a Reply