filtrod 2.8.0
install_themes_tabs
Opis — z kodu źródłowego
Filters the tabs shown on the Add Themes screen.
This filter is for backward compatibility only, for the suppression of the upload tab.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$tabs | string[] | Associative array of the tabs shown on the Add Themes screen. Default is 'upload'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'install_themes_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'install_themes_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii