Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Patrick

Buddypress Xprofile Value

Hi, how is it possible to add Xprofile Values to get_raw_value ()?

Thanks
Patrick

7 years, 8 months ago
Patrick

Plugin – ac-column-…php

7 years, 8 months ago
Stefan van den Dungen Gronovius
Developer

All Buddypress Xprofile values are stored in a different / not WP default table in the database called ‘{prefix}xprofile_data’.
Our plugin only reads data from the postmeta table related to (custom) post types unless we’ve create a specific addon for it, like ACF and WooCommerce.

To support Buddypress Xprofile data for the user overview, you can create your own column or addon.
I recommend to wait to write your own addon as we are planning to release 4.0 which makes it easier to write custom addons.
You can have a look at this page to write your own column for Admin Columns Pro.
https://www.admincolumns.com/documentation/developer-docs/creating-new-column-type/

I’m not really familiar with Buddypress but I guess that it has it’s own functions to retrieve the values for Buddypress Xprofile data.

7 years, 8 months ago

You must be logged in to reply to this topic.