wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_form_logged_in_after › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
Parameters: (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
Defined at:
Codex:

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





Source

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