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://ja.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [開発](https://ja.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.

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

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/)
を [RSS](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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://ja.wordpress.org/plugins/tags/comment-meta/)[comments](https://ja.wordpress.org/plugins/tags/comments/)
   [notes](https://ja.wordpress.org/plugins/tags/notes/)
 *  [詳細を表示](https://ja.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/)