Fires on the bottom of the Import Users modal.
Usage Example
add_action( 'mainwp_import_users_modal_bottom', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }