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.

ParameterTypeDescription
$displaystringThe protected display of the newly created mailto link.
$raw_displaystringThe clean mailto link display text without any protection.
$protection_methodstringThe currently present protection method.
$protection_textstringThe protection text in case the strong protection is used.
return apply_filters( 'eeb/validate/get_protected_display', $display, $raw_display, $protection_method, $protection_text );