comment_author

Advertisement

Summery Summery

Filters the comment author’s name for display.

Syntax Syntax

apply_filters( 'comment_author', string $author, int $comment_ID )

Parameters Parameters

$author

(string) The comment author's username.

$comment_ID

(int) The comment ID.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 The $comment_ID parameter was added.
1.2.0 Introduced.

Advertisement

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.