Last active
June 27, 2018 10:13
-
-
Save champsupertramp/7c15248980c6dd318fbe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*** | |
*** @Get User Meta | |
***/ | |
// You can set the user id to retrieve the meta key value | |
// global $ultimatemember; | |
// $ultimatemember->user->set( $user_ID ); | |
echo um_user('first_name'); | |
// You can check some useful meta keys/values that you can | |
// retrieve with the above function here: https://codex.wordpress.org/Function_Reference/get_userdata#Notes | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did it worded i want to add column in wordpress users.php with user meta from ultimate member plugin