Handy code snippet to display all wp_usermeta associated with a user's profile.
- This snippet is locked to only display meta for site admins
- The meta is shown at the bottom of the user's profile page in the backend.
- The data is non editable.
- This is a WordPress code snippet.
<?php
/**