@gentlemanhog
Not recently active
-
gentlemanhog replied to the topic Customizing Buddypress Activation Emails (and still get activation key) in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi,
I did this, after some digging into the $bp object after the registration form is posted. Not tested properly in the wild yet, so you might want to double check before using this. Done via WordPress 3.5.1 and BuddyPress 1.7.2.
[Read more]
add_filter('bp_core_signup_send_validation_email_message', 'custom_bp_change_activation_email_message');
function…