comment_form_logged_in – filter

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

Parameters

.
( 3.0.0 ) . .
$args_logged_in
( string ) The HTML for the ‘logged in as [user]’ message, the Edit profile link, and the Log out link. . . .
( array ) $commenter 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. . . .
API Letters: ,,,

Implementers