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)

हे प्लगइन **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://mr.wordpress.org/plugins/append-user-id/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/append-user-id/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/append-user-id/#installation)
 * [डेव्हलोपमेंट](https://mr.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

## नेहमी विचारले जाणारे प्रश्न

  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://mr.wordpress.org/plugins/tags/string/)[tag](https://mr.wordpress.org/plugins/tags/tag/)
   [url](https://mr.wordpress.org/plugins/tags/url/)[userid](https://mr.wordpress.org/plugins/tags/userid/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/append-user-id/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[आपला अभिप्राय](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/)