Skip to content

Commit cb51522

Browse files
authored
gppa-acf-repeater-mapper.php: Added support for custom values with ACF field property template.
1 parent 28a5779 commit cb51522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gp-populate-anything/gppa-acf-repeater-mapper.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
}
8686

8787
$choice['price'] = isset( $map['price'] ) ?
88-
apply_filters( 'gppa_acfrm_price', rgar($row, $map['price']), $row, $map['price'] ) :
89-
str_replace( 'gf_custom:', '', $custom_map['price'] );
88+
apply_filters( 'gppa_acfrm_price', rgar( $row, $map['price'] ), $row, $map['price'] ) :
89+
str_replace( 'gf_custom:', '', $custom_map['price'] );
9090

9191
$choices[] = $choice;
9292
}

0 commit comments

Comments
 (0)