WP HOOKS
filtrod 5.8.0

site_health_navigation_tabs

Args 1Plik wp-admin/site-health.phpDokumentacja WP ↗

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

ParametrTypOpis
$tabsstring[]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
}

Popularne w tej kategorii