filtrod 2.8.0
editable_roles
Opis — z kodu źródłowego
Filters the list of editable roles.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$all_roles | array[] | Array of arrays containing role information. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'editable_roles', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'editable_roles', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii