akcjaod 3.5.0
restrict_manage_users
Opis — z kodu źródłowego
Fires just before the closing div containing the bulk role-change controls in the Users list table.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$which | string | The location of the extra table nav markup: 'top' or 'bottom'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'restrict_manage_users', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'restrict_manage_users', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii