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

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

Top ↑

Source

File: wp-includes/comment-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.