apply_filters( 'dashboard_glance_items', array $items )
Filters the array of extra elements to list in the ‘At a Glance’ dashboard widget.
Description
Prior to WP-3.8.0, the widget was named ‘Right Now’. Each element is wrapped in list-item tags on output.
Parameters
- $items
-
Array of extra 'At a Glance' widget items.
Source
Changelog
Version | Description |
---|---|
WP-3.8.0 | Introduced. |