#Show and Edit User Meta in Wordpress
This simple procedure will allow you to:
- Display user meta fields under in the user list as additional columsn (Users > All Users).
- Display these fields on user profiles.
- Edit these fields under user edit.
This method works completely without plugins and involves just some functions and hooks in functions.php
. Plugins like "User Meta Display" achieve this to some level, but treat custom meta fiedlds completely different from the regular fields. They are shown and edited in seperate environment and fail to show the meta data is a table list. This method integrates custom user meta along with regular user (meta).