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

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 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://tw.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [開發資訊](https://tw.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+**
 *  已測試相容的 WordPress 版本 **5.0.25**
 *  語言
 * [English (US)](https://wordpress.org/plugins/wp-private-comment-notes/)
 * 標籤:
 * [comment meta](https://tw.wordpress.org/plugins/tags/comment-meta/)[comments](https://tw.wordpress.org/plugins/tags/comments/)
   [notes](https://tw.wordpress.org/plugins/tags/notes/)
 *  [進階檢視](https://tw.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/)