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

---

Plugins zoeken

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

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# Append User ID

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

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

 * [Details](https://nl.wordpress.org/plugins/append-user-id/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/append-user-id/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/append-user-id/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/append-user-id/#developers)

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

## Beschrijving

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

## Schermafbeeldingen

[⌊Frontend view⌉⌊Frontend view⌉[

Frontend view

## Installatie

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

## FAQ

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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Append User ID” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “Append User ID” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/append-user-id)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/append-user-id/), haal
de [SVN repository](https://plugins.svn.wordpress.org/append-user-id/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/append-user-id/)
via [RSS](https://plugins.trac.wordpress.org/log/append-user-id/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Versie **1.0.0**
 *  Laatst geüpdatet **7 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 4.0 of nieuwer **
 *  Getest t/m **5.3.23**
 *  PHP versie ** 5.6 of nieuwer **
 *  Taal
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * Tags
 * [string](https://nl.wordpress.org/plugins/tags/string/)[tag](https://nl.wordpress.org/plugins/tags/tag/)
   [url](https://nl.wordpress.org/plugins/tags/url/)[userid](https://nl.wordpress.org/plugins/tags/userid/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/append-user-id/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/append-user-id/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/append-user-id/)