Title: Append User ID
Author: mrdl
Published: <strong>জানুৱাৰী 16, 2020</strong>
Last modified: জানুৱাৰী 16, 2020

---

প্লাগিনৰ সন্ধান কৰক

![](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://as.wordpress.org/plugins/append-user-id/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/append-user-id/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/append-user-id/#installation)
 * [বিকাশ](https://as.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

## সঘনাই উত্থাপিত প্ৰশ্ন

  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/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/append-user-id/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/append-user-id/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 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://as.wordpress.org/plugins/tags/string/)[tag](https://as.wordpress.org/plugins/tags/tag/)
   [url](https://as.wordpress.org/plugins/tags/url/)[userid](https://as.wordpress.org/plugins/tags/userid/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/append-user-id/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[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/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/append-user-id/)