Subscribers not getting added when affiliates registered via function
-
I’m registering affiliates via function call, hooked to user_register (priority 20) so I can use a third party registration form. My code looks like:
$data = array( 'user_id' => $user_id, 'payment_email' => $user->user_email ); $result = affwp_add_affiliate( $data );
The affiliates are registered correctly in the pending status, but even after I click “accept”, they aren’t added to my configured Mailchimp list. In my AffiliateWP Mailchimp settings, I have “Auto Subscribed” checked. Any suggestions? Thanks.
https://www.ads-software.com/plugins/affiliatewp-mailchimp-add-on/
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Subscribers not getting added when affiliates registered via function’ is closed to new replies.