Fires at the left side of the actions bar on the Users screen, after the Bulk Actions menu.
Usage Example
add_action( 'mainwp_users_actions_bar_left', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }