Filter hook 'comment_form_logged_in'
in WP Core File wp-includes/comment-template.php at line 2734
Description
Filters the 'logged in' message for the comment form for display.
Occurrences
Filename |
Line Number |
wp-includes/comment-template.php |
2734 |
Parameters
Type |
Name |
Description |
string |
$args_logged_in |
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. |
string |
$user_identity |
If the commenter is a registered user, the display name, blank otherwise. |
PHP Doc
/**
* Filters the 'logged in' message for the comment form for display.
*
* @since 3.0.0
*
* @param string $args_logged_in The HTML for the 'logged in as [user]' message,
* the Edit profile link, and the Log out link.
* @param array $commenter An array containing the comment author's
* username, email, and URL.
* @param string $user_identity If the commenter is a registered user,
* the display name, blank otherwise.
*/