Title: Append User ID
Author: mrdl
Published: <strong>2020년 1월 16일</strong>
Last modified: 2020년 1월 16일

---

플러그인 검색

![](https://ps.w.org/append-user-id/assets/banner-772x250.png?rev=2228344)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/append-user-id/assets/icon-256x256.png?rev=2228344)

# Append User ID

 작성자: [mrdl](https://profiles.wordpress.org/mardellme/)

[다운로드](https://downloads.wordpress.org/plugin/append-user-id.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/append-user-id/#description)
 * [평가](https://ko.wordpress.org/plugins/append-user-id/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/append-user-id/#installation)
 * [개발](https://ko.wordpress.org/plugins/append-user-id/#developers)

 [지원](https://wordpress.org/support/plugin/append-user-id/)

## 설명

Adds the current logged in user ID to a specified string

    ```
    [user_link url="https://domain.com/link"]A link[/user_link]
    ```

Will output the following HTML

    ```
    <a href="https://domain.com/link?user_id=1">A link<a/>
    ```

## 스크린샷

[⌊Frontend view⌉⌊Frontend view⌉[

Frontend view

## 설치

This section describes how to install the plugin and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/append-user-id` directory, 
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

  How do I change the HTML output?

There are a few filters available to override certain parts of the output. The
 
main filter is `append_id_content` and can be used as follows:

    ```
    /**
     * Change HTML output
     */
     function your_theme_append_id_content ( $html, $url, $content ) {
        $link_html = '<a id="your_id" href="' . esc_url( $url ) . '">';
        $link_html .= esc_html( $content );
        $link_html .= '</a>';

        return $link_html;
     }
     add_filter( 'append_id_content', 'your_theme_append_id_content', 10, 3 );
    ```

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Append User ID”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ mrdl ](https://profiles.wordpress.org/mardellme/)

[자국어로 “Append User ID”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/append-user-id)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/append-user-id/)는, [SVN 저장소](https://plugins.svn.wordpress.org/append-user-id/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/append-user-id/)
을 [RSS](https://plugins.trac.wordpress.org/log/append-user-id/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **7년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **5.3.23**
 *  PHP 버전 ** 5.6 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * 태그:
 * [string](https://ko.wordpress.org/plugins/tags/string/)[tag](https://ko.wordpress.org/plugins/tags/tag/)
   [url](https://ko.wordpress.org/plugins/tags/url/)[userid](https://ko.wordpress.org/plugins/tags/userid/)
 *  [고급 보기](https://ko.wordpress.org/plugins/append-user-id/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/append-user-id/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/append-user-id/reviews/)

## 기여자

 *   [ mrdl ](https://profiles.wordpress.org/mardellme/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/append-user-id/)