Filter Email-to-Image URL

wpmt/validate/generate_email_image_url

Description:
This filter allows you to manipulate the URL that is created to display the email image.

Parameter Type Description
$url string The final URL from our plugin
$email string The raw email
$url = apply_filters( 'wpmt/validate/generate_email_image_url', $url, $email );
Updated on September 13, 2019

Was this article helpful?

Related Articles