filtrod 2.8.0
install_themes_nonmenu_tabs
Opis — z kodu źródłowego
Filters tabs not associated with a menu item on the Install Themes screen.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$nonmenu_tabs | string[] | The tabs that don't have a menu item on the Install Themes screen. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'install_themes_nonmenu_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'install_themes_nonmenu_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii