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



comment_form_logged_in › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity )
Paramètres: (3)
  • (string) $args_logged_in The HTML for the 'logged in as [user]' message, the Edit profile link, and the Log out link.
    Requis: Oui
  • (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:

Filters the 'logged in' message for the comment form for display.





Source

echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity );