2020-05-01 / 3435阅 / 悠然
Returns the HTML email link to the author of the current comment.
Care should be taken to protect the email address and assure that email harvesters do not capture your commenter’s email address. Most assume that their email address will not appear in raw form>
(string)
(Optional)
Text to display instead of the comment author's email address.
Default value: ''
(string)
(Optional)
Text or HTML to display before the email link.
Default value: ''
(string)
(Optional)
Text or HTML to display after the email link.
Default value: ''
(int|WP_Comment)
(Optional)
Comment ID or WP_Comment object. Default is the current comment.
Default value: null
(string) HTML markup for the comment author email link. By default, the email address is obfuscated via the 'comment_email' filter with antispambot().