Title: WP Private Comment Notes
Author: Ren Ventura
Published: <strong>2016 年 11 月 6 日</strong>
Last modified: 2018 年 12 月 9 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# WP Private Comment Notes

 作者：[Ren Ventura](https://profiles.wordpress.org/renventura/)

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

 * [详情](https://cn.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wp-private-comment-notes/#developers)

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

## 描述

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.

## 屏幕截图

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

## 安装

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

## 常见问题

  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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「WP Private Comment Notes」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「WP Private Comment Notes」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wp-private-comment-notes)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wp-private-comment-notes/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/wp-private-comment-notes/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/)。

## 更新日志

#### 1.0

 * Initial version

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**7 年前**
 *  活跃安装数量 **10+**
 *  已测试的最高版本为 **5.0.25**
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-private-comment-notes/)
 * 标签
 * [comment meta](https://cn.wordpress.org/plugins/tags/comment-meta/)[comments](https://cn.wordpress.org/plugins/tags/comments/)
   [notes](https://cn.wordpress.org/plugins/tags/notes/)
 *  [高级视图](https://cn.wordpress.org/plugins/wp-private-comment-notes/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/wp-private-comment-notes/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wp-private-comment-notes/)