Fires before the list of connected sites in the connection status widgets.
Usage Example
add_action( 'mainwp_connection_status_before_connected_sites_list', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }