Skip to content

Commit

Permalink
gppa-acf-repeater-mapper.php: Added support for custom values with …
Browse files Browse the repository at this point in the history
…ACF field property template.
  • Loading branch information
saifsultanc committed May 21, 2024
1 parent 28a5779 commit cb51522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gp-populate-anything/gppa-acf-repeater-mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
}

$choice['price'] = isset( $map['price'] ) ?
apply_filters( 'gppa_acfrm_price', rgar($row, $map['price']), $row, $map['price'] ) :
str_replace( 'gf_custom:', '', $custom_map['price'] );
apply_filters( 'gppa_acfrm_price', rgar( $row, $map['price'] ), $row, $map['price'] ) :
str_replace( 'gf_custom:', '', $custom_map['price'] );

$choices[] = $choice;
}
Expand Down

0 comments on commit cb51522

Please sign in to comment.