Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bp-xprofile/bp-xprofile-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ function bp_xprofile_get_user_progress( $group_ids, $photo_types ) {
}

/* Prepare array to return group specific progress details */
$single_group_progress['group_name'] = $single_group_details->name;
$single_group_progress['group_name'] = apply_filters( 'bp_get_the_profile_group_name', $single_group_details->name );
$single_group_progress['group_total_fields'] = $group_total_fields;
$single_group_progress['group_completed_fields'] = $group_completed_fields;

Expand Down
Loading