wp_network_dashboard_setup action-hook . WP 3.1.0
Fires after core widgets for the Network Admin dashboard have been registered.
Usage
add_action( 'wp_network_dashboard_setup', 'action_function_name_7369' ); function action_function_name_7369(){ // action... }
Changelog
Since 3.1.0 | Introduced. |
Where the hook is called
wp_network_dashboard_setup
wp-admin/includes/dashboard.php 89
do_action( 'wp_network_dashboard_setup' );