comment_form_logged_in

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

apply_filters( ‘comment_form_logged_in’, string $args_logged_in, array $commenter, string $user_identity )

Filters the ‘logged in’ message for the comment form for display.

参数

$args_logged_in

(string)
The logged-in-as HTML-formatted message.

$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