Fires at the top of the Connection Status widget.
Parameters
$site (object) Object contaning child site info.
Usage Example
add_action( 'mainwp_connection_status_widget_single_top', 'your_custom_function_name' ); function your_custom_function_name( $site ) { // Your code }