Ylli
Forum Replies Created
-
Hi,
I made the recommended changes and now the search has been improved we have around 150K products.
Thanks for the help!
Forum: Plugins
In reply to: [User Login History] LinkedIn login compatibilityThank you for your answers. For the moment I’ve decided to skip linkedin login instead I’m just gonna grab linkedin data and register via wordpress register form.
Forum: Plugins
In reply to: [User Login History] LinkedIn login compatibilityThe problem is as I can see the linkedin login doesn’t trigger wp_login and that’s why it isn’t logging the records.
They’re login users via this code as I can see
// Signon user by ID
wp_set_auth_cookie($user_id, $remember);// Set current WP user so that authentication takes immediate effect without waiting for cookie
wp_set_current_user($user_id);Any suggestion would be appreciated?
Note: I checked the links you sent me but they didn’t help.
Best Regards
Forum: Plugins
In reply to: [Ultimate LinkedIn Integration] User Login history CompatibilityIn your plugin I need to trigger somehow the wp_login, any suggestion would be appreciated.