Fires before the Select Groups list.
Parameters
$groups (object) Object containing groups info.
Usage Example
add_action( 'mainwp_before_select_groups_list', 'your_custom_function_name' ); function your_custom_function_name( $groups ) { // Your code }