Info
- 3 posts
- 2 voices
- Started 3 years ago by jldean
- Latest reply from jldean
- This topic is resolved
Login name, nice name, display name... which to use?
-
- Posted 3 years ago #
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!
-
- Posted 3 years ago #
We use user_login to identify users in display.
user_nicename is used for the url in the user's profile page when using pretty permalinks. It is basically the user_login filtered to conform to URL standards.
display_name is not populated in bbPress at the moment.
-
- Posted 3 years ago #
Thanks for the answer!
-
You must log in to post.