Action hook 'comment_form_logged_in_after'
in WP Core File wp-includes/comment-template.php at line 2746
Description
Fires after the is_user_logged_in() check in the comment form.
Occurrences
Filename |
Line Number |
wp-includes/comment-template.php |
2746 |
Parameters
Type |
Name |
Description |
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
/**
* 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.
*/