' . sprintf( esc_html__( 'You must be %1$slogged in%2$s to post a comment.', 'blogun' ), '', '' ) . '
', // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound 'logged_in_as' => '' . esc_html__( 'Logged in as', 'blogun' ) . ' ' . $user_identity . ' ' . esc_html__( 'Log out?', 'blogun' ) . '
', 'class_submit' => 'blogun-btn primary-button', 'comment_field' => '', 'id_submit' => 'comment-submit', ) ); ?>