Create Verification Link Expiration
-
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 ??I
ve done it before but can
t 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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Create Verification Link Expiration’ is closed to new replies.