wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comment_form_logged_in_after › WordPress Action Hooks

Seit3.0.0
Veraltetn/v
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
Parameter: (2)
  • (array) $commenter An array containing the comment author's username, email, and URL.
    Erforderlich: Ja
  • (string) $user_identity If the commenter is a registered user, the display name, blank otherwise.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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