• Resolved joncwhall

    (@joncwhall)


    Hi,

    Is there any way to track who has logged into my website with the Nextend plugin please?

    Either a log or notification or something similar?

    Thanks,

    Jon

Viewing 1 replies (of 1 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @joncwhall

    If you would like to create a log that contains e.g. the WordPress user id and provider name whenever a user connects with Nextend Social Login then you can achieve that with custom coding, as we offer multiple filters and actions as you see here:

    For example the “nsl_login” actions runs whenever a user logs in with Nextend Social Login. So you could hook a function to that action that outputs data into a file.
    From the first parameter of the function you can get the WordPress user ID and the second parameter of the function is the provider instance, from that if your second parameter is called $provider then you can get the name of the provider like:
    $provider->getId();

    However please note that we can not provide support for custom coding!

    If you rather meant that you are just interested in the name of the providers that users have already linked to their WordPress accounts, then in the Pro Addon we have a feature that can display the linked providers for the accounts in the Users table.
    However on this forum we are only allowed to provide help for the Free version. So if you interested in that feature, then please rather open a support ticket here:

    Best regards,
    Laszlo.

Viewing 1 replies (of 1 total)
  • The topic ‘Nextend usage log or notification?’ is closed to new replies.