WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about dashboard_glance_items

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 362 /**
* 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.
*
* @since 3.8.0
*
* @param string[] $items Array of extra 'At a Glance' widget items.
*/

Hook Parameters

Parameter Type Name Description
string[] $items Array of extra 'At a Glance' widget items.