W3cubDocs

/WordPress

do_action( ‘comment_form_logged_in_after’, array $commenter, string $user_identity )

Fires after the is_user_logged_in() check in the comment form.

Parameters

$commenterarray
An array containing the comment author’s username, email, and URL.
$user_identitystring
If the commenter is a registered user, the display name, blank otherwise.

Source

do_action( 'comment_form_logged_in_after', $commenter, $user_identity );

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_form_logged_in_after