comment_form_logged_in_after

Advertisement

Summery Summery

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

Syntax Syntax

do_action( 'comment_form_logged_in_after', array $commenter, string $user_identity )

Parameters 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.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.