Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created August 16, 2016 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulgibbs/8c038f59317ef49612db889056e20025 to your computer and use it in GitHub Desktop.
Save paulgibbs/8c038f59317ef49612db889056e20025 to your computer and use it in GitHub Desktop.
<?php
// put this in a function otherwise i will get upset.
$data = xprofile_get_field_data( 'Location', bp_displayed_user_id(), 'comma' );
if ( $data ) {
echo "Lives in {$data}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment