Skip to content

Commit 060933b

Browse files
committed
Update gw-list-field-as-choices-usage.php
1 parent b03d1d6 commit 060933b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gravity-forms/gw-list-field-as-choices-usage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
# Filter Usage
3939

40-
## Customize choices to be populated based on Gravity Flow User Input step.
41-
add_filter( 'gwlfac_list_field_choices', function( $values, $form, $args ) {
40+
## Customize List field values to be populated as choices based on Gravity Flow User Input step.
41+
add_filter( 'gwlfac_list_field_values', function( $values, $form, $args ) {
4242
if ( is_array( $values ) ) {
4343
return $values;
4444
}

0 commit comments

Comments
 (0)