Title: Append User ID
Author: mrdl
Published: <strong>16.01.2020</strong>
Last modified: 16.01.2020

---

Поиск плагинов

![](https://ps.w.org/append-user-id/assets/banner-772x250.png?rev=2228344)

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/append-user-id/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/append-user-id/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/append-user-id/#installation)
 * [Разработка](https://ru.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**
 *  Обновление: **6 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 4.0 или выше **
 *  Совместим вплоть до: **5.3.21**
 *  Версия PHP ** 5.6 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * Метки:
 * [string](https://ru.wordpress.org/plugins/tags/string/)[tag](https://ru.wordpress.org/plugins/tags/tag/)
   [url](https://ru.wordpress.org/plugins/tags/url/)[userid](https://ru.wordpress.org/plugins/tags/userid/)
 *  [Дополнительно](https://ru.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/)