Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I find custom profile field database entries?


Jeff Sayre
Participant

@jeffsayre

The custom field values are found in wp_bp_xprofile_fields table whereas the actual datum for each field is found in wp_bp_xprofile_data table.

As far as how to output the data, this should give you some ideas: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/

Skip to toolbar