-
Boone Gorges posted on the forum topic Invite Anyone 0.8.9 – New User Activation Issues in the group Invite Anyone: 13 years, 7 months ago
Thanks, @hnla. I have a feeling that @gotequity is having a plugin conflict – if there were widespread problems, I would have heard more of them since the last release (the plugin is used by thousands) – but it’ll be great to get another data point from you.
-
Boone Gorges posted on the forum topic Invite Anyone 0.8.9 – New User Activation Issues in the group Invite Anyone: 13 years, 7 months ago
@gotequity Sounds good 🙂 Essentially, what you want to do is to find that function in your copy of Invite Anyone, and debug starting at the end. Right after the line that says do_action( ‘accepted_email_invite’…. put something like:
var_dump( $user_id ); var_dump( $inviters ); die();
If that works correctly at the very end of the function […]
@gotequity
Active 5 months, 2 weeks ago