W3cubDocs

/WordPress

apply_filters( 'comment_form_logged_in', string $args_logged_in, array $commenter, string $user_identity )

Filters the ‘logged in’ message for the comment form for display.

Parameters

$args_logged_in

(string) The logged-in-as HTML-formatted message.

$commenter

(array) An array containing the comment author's username, email, and URL.

$user_identity

(string) If the commenter is a registered user, the display name, blank otherwise.

Source

File: wp-includes/comment-template.php

View on Trac

Changelog

Version Description
3.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_form_logged_in