get_comment_author, $comment_author, $comment_id, $comment
get_comment_author, $comment_author, $comment_id, $comment
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('get_comment_author, $comment_author, $comment_id, $comment') is found 1 times:
- /wp-includes/comment-template.php line 56
* @param string $comment_author The comment author's username. * @param string $comment_id The comment ID as a numeric string. * @param WP_Comment $comment The comment object. */ return apply_filters( 'get_comment_author', $comment_author, $comment_id, $comment ); } /** * Displays the author of the current comment. * * @since 0.71