Fires at the right side of the actions bar on the Users screen.
Usage Example
add_action( 'mainwp_users_actions_bar_right', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }