get_comment_author

get_comment_author

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_comment_author') is found 1 times:

  • /wp-includes/comment-template.php line 50
    	 * @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