filtrod MU (3.0.0)
parent_file
Opis — z kodu źródłowego
Filters the parent file of an admin menu sub-menu item.
Allows plugins to move sub-menu items around.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$parent_file | string | The parent file. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'parent_file', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'parent_file', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii