Filter generated mailto links

eeb_mailto

Description:
Filter the generated mailto link.

Parameter Type Description
$link string The protected mailto link
$display string The display text used within the link
$email string The plain email
$attrs array An array of other custom attributes.
$link = apply_filters( 'eeb_mailto', $link, $display, $email, $attrs );
Updated on September 25, 2019

Was this article helpful?

Related Articles