Filter Email to Image URL Signature

wpmt/validate/email_signature

Description:
This filter allows you to manipulate the image signature that is used to protect the generated image email link.

Parameter Type Description
‘sha256’ string The hashing method
$email string The email that should be hashed
$hash_signature = apply_filters( 'wpmt/validate/email_signature', 'sha256', $email );
Updated on September 13, 2019

Was this article helpful?

Related Articles