$selected_sites,
'selected_groups' => $selected_groups,
'selected_clients' => $selected_clients,
'class' => 'mainwp_select_sites_box_left',
'show_client' => true,
);
MainWP_UI_Select_Sites::select_sites_box( $sel_params );
?>
esc_html__( 'Subscriber', 'mainwp' ),
'administrator' => esc_html__( 'Administrator', 'mainwp' ),
'editor' => esc_html__( 'Editor', 'mainwp' ),
'author' => esc_html__( 'Author', 'mainwp' ),
'contributor' => esc_html__( 'Contributor', 'mainwp' ),
);
$user_roles = apply_filters_deprecated( 'mainwp-users-manage-roles', array( $user_roles ), '4.0.7.2', 'mainwp_users_manage_roles' ); // @deprecated Use 'mainwp_users_manage_roles' instead. NOSONAR - not IP.
$user_roles = apply_filters( 'mainwp_users_manage_roles', $user_roles );
?>