WP HOOKS
filtrdynamicznyod 2.9.0

user_{$name}_label

Args 1Plik wp-admin/user-edit.php

Opis — z kodu źródłowego

Filters a user contactmethod label.

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

Parametry

ParametrTypOpis
$descstringThe translatable label for the contact method.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'user_{$name}_label', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii