@chickendipper
There is already an action button above the user login history table that allows you to delete selected records. Regarding automatic record deletion when a user is deleted from WordPress, we avoid this to prevent performance issues, especially on sites with large datasets. Automatically removing records in real time could slow down the user deletion process and impact server performance. We recommend setting up a cron job to periodically clean up unnecessary records. Let us know if you need guidance on implementing this!