Skip to content

Instantly share code, notes, and snippets.

@wp-user-manager
Created October 18, 2021 09:12
Show Gist options
  • Save wp-user-manager/ec6110e1b518bc9951e7d8c1fa94d059 to your computer and use it in GitHub Desktop.
Save wp-user-manager/ec6110e1b518bc9951e7d8c1fa94d059 to your computer and use it in GitHub Desktop.
WP User Manager - Lower the Google reCAPTCHA v3 score threshold
<?php
add_filter( 'wpum_recaptcha_score_threshold', function( $score ) { return 0.3 } );
@wp-user-manager
Copy link
Author

Save this file to your /wp-content/mu-plugins/ directory (you might need to create the mu-plugins directory).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment