comment_form_logged_in_after

动作钩子
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
参数
  • (array) $commenter An array containing the comment author's username, email, and URL.
    Required:
  • (string) $user_identity If the commenter is a registered user, the display name, blank otherwise.
    Required:
定义位置
相关勾子
comment_form_logged_incomment_form_must_log_in_aftercomment_form_aftercomment_flood_filtercomment_form_field_name
相关方法
comment_form_titlecomments_link_feedcomment_footer_diecomment_author_linkget_comment_to_editcomment_form
引入
3.0.0
弃用
-

comment_form_logged_in_after – 这个动作钩子是在评论表单中登录用户的内容之后调用。它允许开发者在评论表单中为登录用户添加自定义内容或功能。

在评论表单的is_user_logged_in()检查之后启动。

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

常见问题

FAQs
查看更多 >