wp_login and some tech details of login
-
Hi, 1st thing 1st – THANKS for a great plugin!
I have a technocal question for you guys (couldn’t find any documentation on plugin in internet): I use a little bit custome code for an wp_login
add_action('wp_login', 'get_subscriber_mailchimp_status', 10, 2);
to check whether user has a valid mailchimp subscription at the moment he login my site (code put OK to user_meta if sibscribed).as you can see from the page provided for my site there are standard wp variant (username | password) & social login options by your plugin
So my custom code works for those who uses standard wp variant , and not working for those login’s by wp-social-login plugin.
Is it possible you advise to fix this issue?
The page I need help with: [log in to see the link]
- The topic ‘wp_login and some tech details of login’ is closed to new replies.