WP HOOKS
filtrod 3.2.0

screen_options_show_screen

Args 2Plik wp-admin/includes/class-wp-screen.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to show the Screen Options tab.

Parametry

ParametrTypOpis
$show_screenboolWhether to show Screen Options tab. Default true.
$screen\WP_ScreenCurrent WP_Screen instance.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'screen_options_show_screen', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii