Last active
August 29, 2015 14:15
-
-
Save konradsroka/45110c0e8063031c7ed4 to your computer and use it in GitHub Desktop.
Fixup for myCred points on registration if you use BuddyPress but the standard WP signup form
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
// tell myCRED to ignore waiting for a user to confirm their signup via BuddyPress | |
// cheers to @gabrielmerovingi for this neat 1-line-solution | |
add_filter( 'bp_core_signup_send_activation_key', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cheers to @gabrielmerovingi for this neat 1-line-solution 👍