Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: author_email

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
122      /**
123       * Filters the comment author's email for display.
124       *
125       * @since 1.2.0
126       * @since 4.1.0 The `$comment_id` parameter was added.
127       *
128       * @param string $author_email The comment author's email address.
129       * @param string $comment_id   The comment ID as a numeric string.
130       */
131      echo apply_filters( 'author_email', $author_email, $comment->comment_ID );
132 }
133
134 /**
135  * Displays the HTML email link to the author of the current comment.
136  *
137  * Care should be taken to protect the email address and assure that email
138  * harvesters do not capture your commenter's email address. Most assume that
139  * their email address will not appear in raw form on the site. Doing so will
140  * enable anyone, including those that people don't want to get the email