Skip to content

Instantly share code, notes, and snippets.

@mindctrl
Created December 6, 2025 03:58
Show Gist options
  • Select an option

  • Save mindctrl/1c0fedc183db48c428831fafe5713204 to your computer and use it in GitHub Desktop.

Select an option

Save mindctrl/1c0fedc183db48c428831fafe5713204 to your computer and use it in GitHub Desktop.
Disable WPForms usage tracking
<?php
add_action( 'plugins_loaded', function() {
add_filter( 'wpforms_usagetracking_is_allowed', '__return_false' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment