display_name; $current_user_avatar = get_avatar($current_user->user_email, 24); $currnet_user_url = admin_url( 'profile.php' ); $logout_url = wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ); $comment_form_args = array( 'title_reply' => '

'.esc_html__('Leave your comment', 'himara').'

'.esc_html__('Join the discussion and tell us your opinion.', 'himara').'

', 'class_submit' => 'btn float-right mt20', 'label_submit' => esc_html__('Submit Your Comment', 'himara'), 'cancel_reply_link' => esc_html__('Cancel', 'himara'), 'comment_notes_before' => '', 'comment_notes_after' => '', 'must_log_in' => '', 'logged_in_as' => '
'. $current_user_avatar . ' ' .esc_attr( $current_user_name ).'
', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . '
' . '
', 'email' => '
' . '
', 'url' => '
' . '
' . '
' ) ), 'comment_field' => '
', ); comment_form( $comment_form_args );