Fires before the Manage Groups table.
Usage Example
add_action( 'mainwp_before_groups_table', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }