akcjaod 5.3.0
restrict_manage_sites
Opis — z kodu źródłowego
Fires before the Filter button on the MS sites list table.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$which | string | The location of the extra table nav markup: Either 'top' or 'bottom'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'restrict_manage_sites', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'restrict_manage_sites', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii