WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_network_dashboard_widgets

Back to home

Files

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