WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_dashboard_widgets

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 144 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $dashboard_widgets An array of dashboard widget IDs.