do_action('wpda_reboot_server', $server, $current_user->user_login);
This hook fires when an administrator reboots a server. It passes $server (the server ID) and the $current_user of whom rebooted the server.
Example:
add_action('wpda_reboot_server', 'my_function', 0, 2); function my_function($server, $current_user){ echo "The user {$current_user} has just rebooted server #{$server}"; }
Latest Post: wpda_user_unlocked Our newest member: NED Recent Posts Unread Posts Tags
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed