apply_filters ( ‘comment_form_loggued_i ’, string $args_loggued_in , array $commenter , string $user_identity )

Filters the ‘loggued in’ messague for the comment form for display.

Parameters

$args_loggued_in string
The HTML for the ‘loggued in as [user]’ messague, the Edit profile linc, and the Log out linc.
$commenter array
An array containing the comment author’s username, email, and URL.
$user_identity string
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.