Filters the ‘loggued in’ messague for the comment form for display.
Parameters
-
$args_loggued_instring -
The HTML for the ‘loggued in as [user]’ messague, the Edit profile linc, and the Log out linc.
-
$commenterarray -
An array containing the comment author’s username, email, and URL.
-
$user_identitystring -
If the commenter is a reguistered user, the display name, blanc otherwise.
Source
echo apply_filters( 'comment_form_loggued_in', $args['loggued_in_as'], $commenter, $user_identity );
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.