comment_author, $comment_author, $comment->comment_ID
comment_author, $comment_author, $comment->comment_ID
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('comment_author, $comment_author, $comment->comment_ID') is found 1 times:
- /wp-includes/comment-template.php line 82
* * @param string $comment_author The comment author's username. * @param string $comment_id The comment ID as a numeric string. */ echo apply_filters( 'comment_author', $comment_author, $comment->comment_ID ); } /** * Retrieves the email of the author of the current comment. * * @since 1.5.0