Hi
Just fixing the Moderation Hold plugin to update 'Last Poster' correctly when a post is approved.
I see the users table has 3 name fields for each user: user_login, user_nicename, display_name. (When integrated with WP, wp_users has the same fields).
It looks like the display_name field never gets populated, so which name should I use? What purpose does user_nicename serve?
Thanks!