mu_rightnow_end action-hook . WP 3.0.0
Fires at the end of the 'Right Now' widget in the Network Admin dashboard.
Usage
add_action( 'mu_rightnow_end', 'action_function_name_3908' ); function action_function_name_3908(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
wp-admin/includes/dashboard.php 492
do_action( 'mu_rightnow_end' );