Title: Comments Users Mentions
Author: baxeico
Published: <strong>February 18, 2014</strong>
Last modified: February 21, 2014

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/comments-users-mentions.svg)

# Comments Users Mentions

 By [baxeico](https://profiles.wordpress.org/baxeico/)

[Download](https://downloads.wordpress.org/plugin/comments-users-mentions.zip)

 * [Details](https://pcd.wordpress.org/plugins/comments-users-mentions/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/comments-users-mentions/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/comments-users-mentions/#installation)
 * [Development](https://pcd.wordpress.org/plugins/comments-users-mentions/#developers)

 [Support](https://wordpress.org/support/plugin/comments-users-mentions/)

## Description

This plugin allows to mention WordPress users in a comment by writing usernames 
preceded by a character (default @), e.g. **@guguweb**.
 The mentioned users will
receive a notification email with a link to the relevant post.

The mention character (default @) can be customized by a filter hook: `cum-mention-
char`. Put the following code in your theme `functions.php` file:

    ```
    add_filter( 'cum-mention-char', 'cum_custom_char' );
    function cum_custom_char( $content ) {
        return '+';
    }
    ```

And the mention character will be +, so you can mention with **+guguweb**.

This plugin was inspired by [Mention comment’s Authors by Wabeo](https://wordpress.org/plugins/mention-comments-authors/).
Many thanks to the [author](http://wabeo.fr)!

## Installation

 1. Upload the plugin’s folder into `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. All done !

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Comments Users Mentions” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Comments Users Mentions” into your language.](https://translate.wordpress.org/projects/wp-plugins/comments-users-mentions)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/comments-users-mentions/),
check out the [SVN repository](https://plugins.svn.wordpress.org/comments-users-mentions/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/comments-users-mentions/)
by [RSS](https://plugins.trac.wordpress.org/log/comments-users-mentions/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### version 0.2

 * users mentions can be done by using only a preceding character (default @);
 * mention char can be customized by means of a filter hook: `cum-mention-char`.

## Meta

 *  Version **0.2**
 *  Last updated **12 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.1 or higher **
 *  Tested up to **3.7.41**
 *  Language
 * [English (US)](https://wordpress.org/plugins/comments-users-mentions/)
 * Tags
 * [comments](https://pcd.wordpress.org/plugins/tags/comments/)[email](https://pcd.wordpress.org/plugins/tags/email/)
   [mentions](https://pcd.wordpress.org/plugins/tags/mentions/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/comments-users-mentions/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/comments-users-mentions/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/comments-users-mentions/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/comments-users-mentions/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8RJ6HS3XQ4EPW&lc=IT&item_name=%22Comments%20Users%20Mentions%22%20wp%20plugin&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)