Created
March 8, 2022 12:24
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'wpum_new_user_notification_generate_password', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save this file to your /wp-content/mu-plugins/ directory (you might need to create the mu-plugins directory).