Title: Append User ID
Author: mrdl
Published: <strong>16 Janar, 2020</strong>
Last modified: 16 Janar, 2020

---

Kërkoni te shtojca

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

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

![](https://ps.w.org/append-user-id/assets/icon-256x256.png?rev=2228344)

# Append User ID

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

[Shkarkim](https://downloads.wordpress.org/plugin/append-user-id.1.0.0.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/append-user-id/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/append-user-id/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/append-user-id/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/append-user-id/#developers)

 [Asistencë](https://wordpress.org/support/plugin/append-user-id/)

## Përshkrim

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/>
    ```

## Foto ekrani

[⌊Frontend view⌉⌊Frontend view⌉[

Frontend view

## Instalim

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

## PBR

  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 );
    ```

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Append User ID” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë
personat vijues.

Kontribues

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

[Përkthejeni “Append User ID” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/append-user-id)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/append-user-id/), shkarkoni
[depon SVN](https://plugins.svn.wordpress.org/append-user-id/), ose pajtohuni përmes
[RSS-je](https://plugins.trac.wordpress.org/log/append-user-id/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/append-user-id/).

## Regjistër ndryshimesh

#### 1.0.0

 * Initial release.

## Të tjera

 *  Version **1.0.0**
 *  Përditësuar së fundi më **7 vjet më parë**
 *  Instalime aktive **10+**
 *  Version WordPress-i ** 4.0 ose më i madh **
 *  E provuar deri me **5.3.23**
 *  Version PHP-je ** 5.6 ose më i madh **
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * Etiketa
 * [string](https://sq.wordpress.org/plugins/tags/string/)[tag](https://sq.wordpress.org/plugins/tags/tag/)
   [url](https://sq.wordpress.org/plugins/tags/url/)[userid](https://sq.wordpress.org/plugins/tags/userid/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/append-user-id/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

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

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/append-user-id/reviews/)

## Kontribues

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

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/append-user-id/)