Do you have hook I can use after the activation link has been clicked?

Top WooCommerce & WordPress Plugins Forums Email Verification for WooCommerce Do you have hook I can use after the activation link has been clicked?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #101404
    Ralph
    Guest

    Hi support

    Do you have a hook I can use to run some code after the activation link has been clicked?

    #101405
    Pablo
    Moderator
    Plugin Support

    Hi Ralph. We have a hook that is triggered after the user has clicked on the activation link and the account was verified successfully:

    alg_wc_ev_user_account_activated

    The first parameter is the user id

    #101406
    Ralph
    Guest

    Hi support

    Why don’t you have a list of all the hooks, global variables etc. I woyldt be so much easier?

    #101408
    Ralph
    Guest

    Hi Support

    I had this problem, and I still have:

    How do I show the activate message (“Thank you for your registration. Your account has to be activated before you can login. Please check your email.”) to the user after they register?

    Right now when users register they are just redirected to frontpage.

    That was what I wrote earlier, but I saw a couple of posts that told me that this plugin actually have a problem by showing this activate message (“Thank you for your registration. Your account has to be activated before you can login. Please check your email.”) when the validade email is sent. I have 2 problems, 1) my site redirects to the frontpage and the activate message is never shown.

    What do I do?

    If you have a hook when you send the validation email, maybe I can set a notification myself. Do you?

    Can I have a list of your hooks for this plugin and a list of variables to use?

    #101409
    Zohaib
    Participant

    Hi Ralph,

    In the plugin’s settings General tab, please try and enable the Redirect on failure option. You can leave the Custom redirect URL blank to redirect to the same page.

    You can also use the shortcode

    [alg_wc_ev_verification_status]

    to show the verification notice on other pages.

    Please let me know if you continue having trouble with this.

    #101407
    Pablo
    Moderator
    Plugin Support

    Hi Ralph,

    You’re right. I just created a developers tab with a small usage example of the alg_wc_ev_user_account_activated action hook. Please take a look at it.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.