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