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)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/append-user-id/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/append-user-id/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/append-user-id/#installation)
 * [توسعه](https://fa.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/)
را بررسی کنید، یا از طریق [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+**
 *  نگارش وردپرس ** 4.0 یا بالاتر **
 *  آزمایش‌شده تا **5.3.21**
 *  نگارش PHP ** 5.6 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * برچسب
 * [string](https://fa.wordpress.org/plugins/tags/string/)[tag](https://fa.wordpress.org/plugins/tags/tag/)
   [url](https://fa.wordpress.org/plugins/tags/url/)[userid](https://fa.wordpress.org/plugins/tags/userid/)
 *  [نمایش پیشرفته](https://fa.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/)