filtrod 2.7.0
install_plugins_tabs
Opis — z kodu źródłowego
Filters the tabs shown on the Add Plugins screen.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$tabs | string[] | The tabs shown on the Add Plugins screen. Defaults include 'featured', 'popular', 'recommended', 'favorites', and 'upload'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'install_plugins_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'install_plugins_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii