A HitchHackers guide through WordPress


Home | Pages | Archives


get_comment_author_email

February 12, 2011 12:11 am

Definition:
function get_comment_author_email( $comment_ID = 0 ) {}

Retrieve the email of the author of the current comment.

Parameters

Return values

returns:The current comment author’s email

Defined filters

Source code

function get_comment_author_email( $comment_ID = 0 ) {

	$comment = get_comment( $comment_ID );

	return apply_filters('get_comment_author_email', $comment->comment_author_email);

}

1292

Rate this:

Posted by Thorsten

Categories: /wp-includes/comment-template.php, Documentation, Files, Filters, Filters by letter g, Functions, Functions by letter g

Tags: ,

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.