Title: wp_network_dashboard_setup
Published: April 25, 2014
Last modified: April 28, 2025

---

# do_action( ‘wp_network_dashboard_setup’ )

## In this article

 * [Source](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#wp--skip-link--target)

Fires after core widgets for the Network Admin dashboard have been registered.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#source)󠁿

    ```php
    do_action( 'wp_network_dashboard_setup' );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/dashboard.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/6.9.4/src/wp-admin/includes/dashboard.php#L101)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/dashboard.php#L101-L101)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#related)󠁿

| Used by | Description | 
| [wp_dashboard_setup()](https://developer.wordpress.org/reference/functions/wp_dashboard_setup/)`wp-admin/includes/dashboard.php` |

Registers dashboard widgets.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/wp_network_dashboard_setup/?output_format=md#changelog)󠁿

| Version | Description | 
| [3.1.0](https://developer.wordpress.org/reference/since/3.1.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fwp_network_dashboard_setup%2F)
before being able to contribute a note or feedback.