filtrod 5.8.0
site_health_navigation_tabs
Opis — z kodu źródłowego
Filters the extra tabs for the Site Health navigation bar.
Add a custom page to the Site Health screen, based on a tab slug and label. The label you provide will also be used as part of the site title.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$tabs | string[] | An associative array of tab labels keyed by their slug. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'site_health_navigation_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'site_health_navigation_tabs', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii