comment_form_logged_in

comment_form_logged_in

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_form_logged_in') is found 1 times:

  • /wp-includes/comment-template.php line 2728
    				 *                               username, email, and URL.
    				 * @param string $user_identity  If the commenter is a registered user,
    				 *                               the display name, blank otherwise.
    				 */
    				echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity );
    
    				/**
    				 * Fires after the is_user_logged_in() check in the comment form.
    				 *
    				 * @since 3.0.0
    				 *