Title: WP Private Comment Notes
Author: Ren Ventura
Published: <strong>6 de Novembro, 2016</strong>
Last modified: 9 de Decembro, 2018

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# WP Private Comment Notes

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

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

 * [Detalles](https://gl.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/wp-private-comment-notes/#developers)

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

## Descrición

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.

## Capturas

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

## Instalación

#### 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.

## Preguntas frecuentes

  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.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“WP Private Comment Notes” é un software de código aberto. As seguintes persoas 
colaboraron con este plugin.

Colaboradores

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

[Traduce “WP Private Comment Notes” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-private-comment-notes)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/wp-private-comment-notes/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/wp-private-comment-notes/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.0

 * Initial version

## Meta

 *  Versión **1.0.0**
 *  Última actualización **Fai 7 anos**
 *  Instalacións activas **10+**
 *  Probado ata **5.0.25**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-private-comment-notes/)
 * Etiquetas
 * [comment meta](https://gl.wordpress.org/plugins/tags/comment-meta/)[comments](https://gl.wordpress.org/plugins/tags/comments/)
   [notes](https://gl.wordpress.org/plugins/tags/notes/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/wp-private-comment-notes/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/wp-private-comment-notes/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/wp-private-comment-notes/)