wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_form_logged_in_after › WordPress Action Hooks

Da3.0.0
Deprecaton/a
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
Parametri: (2)
  • (array) $commenter An array containing the comment author's username, email, and URL.
    Richiesto:
  • (string) $user_identity If the commenter is a registered user, the display name, blank otherwise.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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