wpmuadminresult action-hook . WP 3.0.0
Fires in the Network Admin 'Right Now' dashboard widget just before the user and site search form fields.
Usage
add_action( 'wpmuadminresult', 'action_function_name_2344' ); function action_function_name_2344(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
wp-admin/includes/dashboard.php 468
do_action( 'wpmuadminresult' );