comment_form_logged_in_after

最后更新于:2021-11-26 03:17:19

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

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

参数

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

源文件

文件: gc-includes/comment-template.php

View on Trac