-
Hudson Atwell replied to the topic How to get all extended fields & values given user id in the forum How-to & Troubleshooting 8 years ago
So far this is as close as I have gotten:
public static function get_extended_fields( $user_id ) {$fields = array();
/* Get User Extended Data */
$r = bp_parse_args( $args['args'], array(
'profile_group_id' => 0,
'user_id' => $user_id
), 'bp_xprofile_user_admin_profile_loop_args' );$i = 0;
if (…[Read more]
-
Hudson Atwell replied to the topic Showing Extended / Custom profile fields? in the forum How-to & Troubleshooting 8 years ago
Hopefully an answer can come here (for documentation sake):
https://buddypress.org/support/topic/how-to-get-all-extended-fields-values-given-user-id/ -
Hudson Atwell started the topic How to get all extended fields & values given user id in the forum How-to & Troubleshooting 8 years ago
I’m looking to build a 3rd party integration extension and I’m able to get the user meta but am stumped on how to get all extended fields keys and values with one function.
Isn’t there a way to build a data object of this information easily?
-
adbox replied to the forum topic SeoPress Beta2 is out now! in the group SeoPress 11 years ago
@mahyp,
I haven’t had a moment to try your new development version to see if this solves the issue, but the plugin that is causing my error to through is https://wordpress.org/extend/plugins/question-and-answer-forum/ , and […]
-
adbox replied to the forum topic SeoPress Beta2 is out now! in the group SeoPress 11 years ago
Having the same troubles as tober11, except this conflict is when trying to post a question using the question & answers forum plugin.
@adbox
Active 2 years, 2 months ago