Skip to content

Instantly share code, notes, and snippets.

@konradsroka
Last active August 29, 2015 14:15
Show Gist options
  • Save konradsroka/45110c0e8063031c7ed4 to your computer and use it in GitHub Desktop.
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
// 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' );
@konradsroka
Copy link
Author

cheers to @gabrielmerovingi for this neat 1-line-solution 👍

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