• Resolved newguy321123

    (@newguy321123)


    The plugin is performing very well. Thank you.

    I`ve been trying to add a snippet so the link to verify the email account expires in ### seconds.

    Would someone be able to tell me what I`m doing wrong?
    Yes, I know it goes in functions.php, not stylesheet.css ??

    Ive done it before but cant seem to get it to work here.
    The below example is set to 3 seconds for testing ??

    add_filter( ‘customer_email_verification_code’, function( $expiration ) {
    return 3;
    });

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zorem

    (@zorem)

    Hi, the expiration function is not part of our plugin, we will check if we can add this feature in future releases but for now, you will need to hire a developer to help you with adding this feature.

    • This reply was modified 4 years, 4 months ago by Zorem.
    Thread Starter newguy321123

    (@newguy321123)

    Understood. No problem.
    Thank you.

    If it it`s OK I can give some suggestions on what functions might be useful in future versions…

    . Set Verification Link time limit, using simple integer text field.
    For example:
    Set Verification Link to valid for [ ## ] minutes

    . Check box to notify Admin of new verified user. This is a pain to set up in WP and WC
    For example:
    [ X ] Enable Notify Admin of Verified User

    Thank you.

    +1 for this feature to be added to the plugin functionality

    Expire verification activation link
    __0__ Expiration time in ??seconds?? or ??minutes?? (0 indicates no timeout)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create Verification Link Expiration’ is closed to new replies.