WP HOOKS
akcjaod 5.8.0

site_health_tab_content

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

Opis — z kodu źródłowego

Fires when outputting the content of a custom Site Health tab.

This action fires right after the Site Health header, and users are still subject to the capability checks for the Site Health page to view any custom tabs and their contents.

Parametry

ParametrTypOpis
$tabstringThe slug of the tab that was requested.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'site_health_tab_content', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii