filtrod 3.8.0
dashboard_glance_items
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
| Parametr | Typ | Opis |
|---|---|---|
$items | string[] | 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
}
// rejestracja funkcji zwrotnej
add_filter( 'dashboard_glance_items', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii