filtrod 4.4.0
submenu_file
Opis — z kodu źródłowego
Filters the file of an admin menu sub-menu item.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$submenu_file | string | The submenu file. |
$parent_file | string | The submenu item's parent file. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'submenu_file', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'submenu_file', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii