Description
Filters the list of widgets to load for the admin dashboard.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/dashboard.php | 144 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $dashboard_widgets | An array of dashboard widget IDs. |
PHP Doc
/**
* Filters the list of widgets to load for the admin dashboard.
*
* @since 2.5.0
*
* @param string[] $dashboard_widgets An array of dashboard widget IDs.
*/