WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_logged_in_after

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php do_action 2596 /**
* Fires after the is_user_logged_in() check in the comment form.
*
* @since 3.0.0
*
* @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
array $commenter An array containing the comment author's
string $user_identity If the commenter is a registered user,