do_action('wpda_deleted_server', $server, $server_title, $current_user);
This action is fired when an administrator removes a server from the netowork. It passes the $server ID that was removed, the $server_title (a friendly name) and the $current_user who removed the server.
Example:
add_action('wpda_deleted_server', 'my_function', 0, 3); function my_function($server, $server_title, $current_user){ echo "{$current_user} has deleted the server {$server_title}(#{$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