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)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://bo.wordpress.org/plugins/append-user-id/#description)
 * [གདེང་འཇོག](https://bo.wordpress.org/plugins/append-user-id/#reviews)
 *  [སྒྲིག་འཇུག](https://bo.wordpress.org/plugins/append-user-id/#installation)
 * [ཡར་རྒྱས།](https://bo.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 );
    ```

## གདེང་འཇོག

There are no reviews for this plugin.

## བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“Append User ID” is open source software. The following people have contributed 
to this plugin.

བྱས་རྗེས་འཇོག་མཁན།

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

[ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “Append User ID” ཡིག་སྒྱུར་བྱོས།](https://translate.wordpress.org/projects/wp-plugins/append-user-id)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/append-user-id/), check
out the [SVN repository](https://plugins.svn.wordpress.org/append-user-id/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/append-user-id/)
by [RSS](https://plugins.trac.wordpress.org/log/append-user-id/?limit=100&mode=stop_on_copy&format=rss).

## དག་བཅོས་ཉིན་ཐོ།

#### 1.0.0

 * Initial release.

## ཟུར་བརྗོད།

 *  Version **1.0.0**
 *  Last updated **ལོ 6 སྔོན།**
 *  Active installations **10+**
 *  WordPress version ** 4.0 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Tested up to **5.3.21**
 *  PHP version ** 5.6 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Language
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * Tags
 * [string](https://bo.wordpress.org/plugins/tags/string/)[tag](https://bo.wordpress.org/plugins/tags/tag/)
   [url](https://bo.wordpress.org/plugins/tags/url/)[userid](https://bo.wordpress.org/plugins/tags/userid/)
 *  [མཐོ་རིམ་མཐོང་སྣང་།](https://bo.wordpress.org/plugins/append-user-id/advanced/)

## གདེང་འཇོག

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/append-user-id/reviews/)

## བྱས་རྗེས་འཇོག་མཁན།

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

## རམ་འདེགས།

Got something to say? Need help?

 [རམ་འདེགས་གླེང་སྟེགས་ལ་ལྟ།](https://wordpress.org/support/plugin/append-user-id/)