We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adbd42 commit e8dfa2eCopy full SHA for e8dfa2e
src/Integrations.php
@@ -65,7 +65,7 @@ public static function is_edd_active() {
65
public static function is_form_submit_active() {
66
return apply_filters(
67
'plausible_analytics_integrations_form_submit',
68
- Helpers::is_enhanced_measurement_enabled( 'form-submit' )
+ Helpers::is_enhanced_measurement_enabled( 'form-completions' )
69
);
70
}
71
0 commit comments