Skip to content

Instantly share code, notes, and snippets.

@mfgmk
Created June 3, 2015 22:54
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 mfgmk/2e1282741b1a68ae633b to your computer and use it in GitHub Desktop.
Save mfgmk/2e1282741b1a68ae633b to your computer and use it in GitHub Desktop.
BP Group Member Meta
function bp_user_xprofile_meta ($output) {
return $output = '<p>' . echo do_shortcode( '[xprofile field=16]' ) .</p>';
}
add_filter('bowe_codes_html_member_after_title', 'bp_user_xprofile_meta', 10, 4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment