Fires after the Submit Button on Manage Users page.
Usage Example
add_action( 'mainwp_manage_users_after_submit_button', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }