Last active
April 5, 2016 14:13
-
-
Save mateusneves/158efd83ba201aa8de9ee9e0a0802343 to your computer and use it in GitHub Desktop.
Get Profile Field
This file contains hidden or 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
// $user_id is a global variable | |
$about = xprofile_get_field_data( 'About', $user_id); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment