Skip to content

Commit

Permalink
Fixed: replaced form-submit with form-completions in Integrations class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Feb 4, 2025
1 parent 4adbd42 commit e8dfa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static function is_edd_active() {
public static function is_form_submit_active() {
return apply_filters(
'plausible_analytics_integrations_form_submit',
Helpers::is_enhanced_measurement_enabled( 'form-submit' )
Helpers::is_enhanced_measurement_enabled( 'form-completions' )
);
}
}

0 comments on commit e8dfa2e

Please sign in to comment.