wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



comment_form_logged_in_after › Działania WordPress Hooks

Od3.0.0
Przestarzałyn/a
do_action( 'comment_form_logged_in_after', $commenter, $user_identity )
Parametry: (2)
  • (array) $commenter An array containing the comment author's username, email, and URL.
    Wymagane: Tak
  • (string) $user_identity If the commenter is a registered user, the display name, blank otherwise.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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