Skip to content

Commit 6b39b6e

Browse files
authored
gpnf-map-child-entries-to-acf-repeater-field.php: Fixed an issue with snippet param count.
1 parent cc6d0dd commit 6b39b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp-nested-forms/gpnf-map-child-entries-to-acf-repeater-field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct( $args ) {
1717
'acf_repeater_field_name' => false,
1818
) );
1919

20-
add_action( 'gform_advancedpostcreation_post_after_creation', array( $this, 'gw_child_entries_to_repeater' ), 10, 2 );
20+
add_action( 'gform_advancedpostcreation_post_after_creation', array( $this, 'gw_child_entries_to_repeater' ), 10, 4 );
2121
}
2222

2323
function gw_child_entries_to_repeater( $post_id, $feed, $entry, $form ) {

0 commit comments

Comments
 (0)