wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_form_logged_in_after › WordPress动作钩子

Since3.0.0
已弃用n/a
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
参数: (2)
  • (array) $commenter An array containing the comment author's username, email, and URL.
    Required: Yes
  • (string) $user_identity If the commenter is a registered user, the display name, blank otherwise.
    Required: Yes
定义在:
文档:

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





源码

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