February 12, 2011 12:11 am
Definition:
function get_comment_author_email( $comment_ID = 0 ) {}
returns:The current comment author’s email
apply_filters('get_comment_author_email', $comment->comment_author_email)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
Posted by Thorsten
Categories: /wp-includes/comment-template.php, Documentation, Files, Filters, Filters by letter g, Functions, Functions by letter g
Tags: get_comment_author_email, id7adf7f03a891578d5a48d6c6375c3f35
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.