WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_logged_in

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 2584 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $args_logged_in The HTML for the 'logged in as [user]' message,
array $commenter An array containing the comment author's
string $user_identity If the commenter is a registered user,