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 |
string | The plain email | |
$attrs | array | An array of other custom attributes. |
$link = apply_filters( 'eeb_mailto', $link, $display, $email, $attrs );