@mattdotnet
Active 2 months, 3 weeks ago
-
Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 2 months ago
@mattdotnet BuddyPress does not save profile field values inside the user meta
you can fetch them using the following approach and sync them with your requirement$field_name_gender = 'Gender'; // Replace with your actual xProfile field name
$field_name_location = 'Location'; // Replace with your actual xProfile field name// Get…[Read more]