WP HOOKS
filtrod 4.4.0

dashboard_secondary_items

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

Opis — z kodu źródłowego

Filters the number of secondary link items for the 'WordPress Events and News' dashboard widget.

Parametry

ParametrTypOpis
$itemsstringHow many items to show in the secondary feed.

Wywołanie

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

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

Popularne w tej kategorii