We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0618786 commit 1cfba8cCopy full SHA for 1cfba8c
includes/class-field-mapper.php
@@ -201,7 +201,7 @@ private function map_data_to_list( $list ) {
201
}
202
203
// loop through list groupings if GROUPINGS data was sent
204
- if( isset( $data['GROUPINGS'] ) && is_array( $data['GROUPINGS'] ) && ! empty( $list->interest_groupings ) ) {
+ if( isset( $this->form_data['GROUPINGS'] ) && is_array( $this->form_data['GROUPINGS'] ) && ! empty( $list->interest_groupings ) ) {
205
206
$list_map['GROUPINGS'] = array();
207
0 commit comments