Skip to content

Commit

Permalink
Merge pull request #3277 from dparker1005/fix-pmpro-field-group-class…
Browse files Browse the repository at this point in the history
…-name

Fixing class name typo
  • Loading branch information
kimcoleman authored Jan 31, 2025
2 parents 2cc76be + 6cd7983 commit 8c1183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ function pmpro_load_user_fields_from_settings() {
$settings_groups = pmpro_get_user_fields_settings();

foreach ( $settings_groups as $group ) {
$group_obj = PMPro_field_Group::add( $group->name, $group->name, $group->description );
$group_obj = PMPro_Field_Group::add( $group->name, $group->name, $group->description );

// Figure out profile value. Change 2 settings values into 1 field value.
if ( $group->checkout === 'yes' ) {
Expand Down

0 comments on commit 8c1183d

Please sign in to comment.