@kuchenundkakao
Active 2 months, 1 week ago
-
HU ist Sebastian replied to the topic how to skip 'activate' after clicking activation link from email in the forum How-to & Troubleshooting 4 years ago
Hey,
you can automate Step 3 like this:
function my_custom_buddypress_activation_autoactivate(){
[Read more]
if($key = bp_get_current_activation_key()){
if($user_id = bp_core_activate_signup($key)){
if(!is_wp_error( $user_id )){
$bp = buddypress();
$bp->activation_complete =…