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)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](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://ja.wordpress.org/plugins/append-user-id/#description)
 * [レビュー](https://ja.wordpress.org/plugins/append-user-id/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/append-user-id/#installation)
 * [開発](https://ja.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

## インストール

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**
 *  最終更新日 **6年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 4.0またはそれ以降 **
 *  検証済み最新バージョン: **5.3.21**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * タグ
 * [string](https://ja.wordpress.org/plugins/tags/string/)[tag](https://ja.wordpress.org/plugins/tags/tag/)
   [url](https://ja.wordpress.org/plugins/tags/url/)[userid](https://ja.wordpress.org/plugins/tags/userid/)
 *  [詳細を表示](https://ja.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/)