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

---

Plugins suchen

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

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Append User ID

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

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

 * [Details](https://de.wordpress.org/plugins/append-user-id/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/append-user-id/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/append-user-id/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/append-user-id/#developers)

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

## Beschreibung

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

## Screenshots

[⌊Frontend view⌉⌊Frontend view⌉[

Frontend view

## Installation

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

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Append User ID“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „Append User ID“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/append-user-id)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/append-user-id/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/append-user-id/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/append-user-id/)
per [RSS](https://plugins.trac.wordpress.org/log/append-user-id/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Zuletzt aktualisiert **vor 7 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 4.0 oder höher **
 *  Getestet bis **5.3.23**
 *  PHP-Version ** 5.6 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/append-user-id/)
 * Schlagwörter
 * [string](https://de.wordpress.org/plugins/tags/string/)[tag](https://de.wordpress.org/plugins/tags/tag/)
   [url](https://de.wordpress.org/plugins/tags/url/)[userid](https://de.wordpress.org/plugins/tags/userid/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/append-user-id/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/append-user-id/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

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