Filter Email Encoder Mailto Text

eeb/validate/get_protected_display

Description:
This filter allows you to customize the text of automatically created mailto links to your needs.

Parameter Type Description
$display string The protected display of the newly created mailto link.
$raw_display string The clean mailto link display text without any protection.
$protection_method string The currently present protection method.
$protection_text string The protection text in case the strong protection is used.
return apply_filters( 'eeb/validate/get_protected_display', $display, $raw_display, $protection_method, $protection_text );
Updated on October 11, 2020

Was this article helpful?

Related Articles