WP HOOKS
filtrod 3.3.0

hidden_meta_boxes

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

Opis — z kodu źródłowego

Filters the list of hidden meta boxes.

Parametry

ParametrTypOpis
$hiddenstring[]An array of IDs of hidden meta boxes.
$screen\WP_ScreenWP_Screen object of the current screen.
$use_defaultsboolWhether to show the default meta boxes. Default true.

Wywołanie

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

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

Popularne w tej kategorii