Skip to content

Instantly share code, notes, and snippets.

  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wp-user-manager/7ac0a4266d6a08905081c009f2c04abe to your computer and use it in GitHub Desktop.
WP User Manager - Disable WPUM from generating a password if user registration is handled by another plugin
<?php
add_filter( 'wpum_new_user_notification_generate_password', '__return_false' );
@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