WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_user_dashboard_widgets

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 127 /**
* Filters the list of widgets to load for the User Admin dashboard.
*
* @since 3.1.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.