Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_comment_author_email [ WordPress Function ]

get_comment_author_email ( $comment_ID = 0 )
Parameters:
  • (int) $comment_ID The ID of the comment for which to get the author's email. Optional.
Uses:
Returns:
  • (string) The current comment author's email
Defined at:



Retrieve the email of the author of the current comment.

Source


<?php
function get_comment_author_email$comment_ID ) {
    
$comment get_comment$comment_ID );
    return 
apply_filters('get_comment_author_email'$comment->comment_author_email);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics