WP HOOKS
filtrod 3.8.0

dashboard_glance_items

Args 1Plik wp-admin/includes/dashboard.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the array of extra elements to list in the 'At a Glance' dashboard widget.

Prior to 3.8.0, the widget was named 'Right Now'. Each element is wrapped in list-item tags on output.

Parametry

ParametrTypOpis
$itemsstring[]Array of extra 'At a Glance' widget items.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'dashboard_glance_items', 'twoja_funkcja' );

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

Popularne w tej kategorii