wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



comment_form_logged_in_after › Les Actions WordPress

Depuis3.0.0
Dépréciéen/a
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
Paramètres: (2)
  • (array) $commenter An array containing the comment author's username, email, and URL.
    Requis: Oui
  • (string) $user_identity If the commenter is a registered user, the display name, blank otherwise.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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