Closed fa8ster closed 8 years ago
Is there a way to add new users automatically to global friends also so that in the end everybody is friended with everyone?
something like this?
add_action('login_init', 'mx_add_global_friend', 99, 1); function mx_add_global_friend() { update_usermeta(get_current_user_id(), BPAF_Core::METAKEY, true); }
Is there a way to add new users automatically to global friends also so that in the end everybody is friended with everyone?