Fires before the Select Sites box.
Usage Example
add_action( 'mainwp_before_seclect_sites', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }