Skip to content

Commit 4a3a79d

Browse files
authored
Change docs filter mc4wp_gravity-forms_integration_options to mc4wp_integration_gravity-forms_options
1 parent 29c5b7b commit 4a3a79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-code-snippets/integrations/filter-integration-options.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This filter enables the "update existing subscribers" option for the MailChimp for WordPress Gravity Forms integration
55
*/
6-
add_filter( 'mc4wp_gravity-forms_integration_options', function( $opts ) {
6+
add_filter( 'mc4wp_integration_gravity-forms_options', function( $opts ) {
77
$opts['update_existing'] = true;
88
return $opts;
9-
});
9+
});

0 commit comments

Comments
 (0)