Fires after the Search Options section on the Manage Users page.
Usage Example
add_action( 'mainwp_manage_users_after_search_options', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }