Skip to content

Commit e8dfa2e

Browse files
committed
Fixed: replaced form-submit with form-completions in Integrations class.
1 parent 4adbd42 commit e8dfa2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integrations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function is_edd_active() {
6565
public static function is_form_submit_active() {
6666
return apply_filters(
6767
'plausible_analytics_integrations_form_submit',
68-
Helpers::is_enhanced_measurement_enabled( 'form-submit' )
68+
Helpers::is_enhanced_measurement_enabled( 'form-completions' )
6969
);
7070
}
7171
}

0 commit comments

Comments
 (0)