Fires at the bottom of the sidebar on Add New user page.
Usage Example
add_action( 'mainwp_add_new_user_sidebar_bottom', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }