Fires before the Select Sites list.
Parameters
$websites (object) Object containing child sites info.
Usage Example
add_action( 'mainwp_before_select_sites_list', 'your_custom_function_name' ); function your_custom_function_name( $websites ) { // Your code }