Title: WP Private Comment Notes
Author: Ren Ventura
Published: <strong>6 Novembre 2016</strong>
Last modified: 9 Dicembre 2018

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-private-comment-notes.svg)

# WP Private Comment Notes

 Di [Ren Ventura](https://profiles.wordpress.org/renventura/)

[Scarica](https://downloads.wordpress.org/plugin/wp-private-comment-notes.zip)

 * [Dettagli](https://it.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wp-private-comment-notes/#developers)

 [Supporto](https://wordpress.org/support/plugin/wp-private-comment-notes/)

## Descrizione

WP Private Comment Notes will let WordPress admins/moderators add and manage private
notes for each comment left through the WordPress commenting system. Additionally,
each note can be shared with the user who left the original comment.

Comment notes can come in handy when managing popular blogs. WP Private Comment 
Notes serves as a “note to self” tool for comment moderators, or a private method
of communication with the commenter.

### Credits

Thanks to [Ana Nirwana](https://www.iconfinder.com/anir) for the cool little message
icon.

## Screenshot

[⌊The comment.php?action=editcomment (edit comment) page with Comment Notes meta
box⌉⌊The comment.php?action=editcomment (edit comment) page with Comment Notes meta
box⌉[

The comment.php?action=editcomment (edit comment) page with Comment Notes meta box

## Installazione

#### Automatically

 1. Search for WP Private Comment Notes in the Add New Plugin section of the WordPress
    admin.
 2. Install and activate.

#### Manually

 1. Download the zip file, decompress the file and upload the main plugin folder to
    the `/wp-content/plugins/` directory.
 2. Activate the plugin.

## FAQ

  How do I use this plugin?

After activation, a **Comment Notes** meta box is added to the edit page of a comment.
From the meta box you can add and remove comment notes. When adding a comment, you
have the option to email the contents of the note to the original commenter.

  Who can manage comment notes?

By default, anyone with the `moderate_comments` capability. This can be changed 
though a simple filter:

    ```
    add_filter( 'wp_private_comment_notes_capability', 'rv_wp_private_comment_notes_capability', 10, 2 );
    /**
     *  Allow only administrators to manage comment notes
     *  @param $capability (string) - WordPress capability
     *  @param $user_id (int) - User ID to check
     *  @return $capability
     */
    function rv_wp_private_comment_notes_capability( $capability, $user_id ) {
        $capability = 'manage_options';
        return $capability;
    }
    ```

  Can I customize the email sent to the original commenter?

Yes. There are a few filters you can use to customize the email’s “From Name/Email,”
subject, message and headers. For more, see the `send_email()` method in wp-private-
comment-notes.php.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“WP Private Comment Notes” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Ren Ventura ](https://profiles.wordpress.org/renventura/)

[Traduci “WP Private Comment Notes” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wp-private-comment-notes)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wp-private-comment-notes/)
segui il [repository SVN](https://plugins.svn.wordpress.org/wp-private-comment-notes/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/)
tramite [RSS](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial version

## Meta

 *  Versione **1.0.0**
 *  Ultimo aggiornamento **8 anni fa**
 *  Installazioni attive **10+**
 *  Testato fino alla versione **5.0.29**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/wp-private-comment-notes/)
 * Tag
 * [comment meta](https://it.wordpress.org/plugins/tags/comment-meta/)[comments](https://it.wordpress.org/plugins/tags/comments/)
   [notes](https://it.wordpress.org/plugins/tags/notes/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wp-private-comment-notes/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/wp-private-comment-notes/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wp-private-comment-notes/reviews/)

## Collaboratori

 *   [ Ren Ventura ](https://profiles.wordpress.org/renventura/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wp-private-comment-notes/)