Title: WP Private Comment Notes
Author: Ren Ventura
Published: <strong>নভেম্বর 6, 2016</strong>
Last modified: ডিসেম্বর 9, 2018

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# WP Private Comment Notes

 তৈরি করেছেন [Ren Ventura](https://profiles.wordpress.org/renventura/)

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

 * [বিস্তারিত](https://bn.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/wp-private-comment-notes/#developers)

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

## Description

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.

## Screenshots

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

## Installation

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“WP Private Comment Notes” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

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

[Translate “WP Private Comment Notes” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-private-comment-notes)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-private-comment-notes/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-private-comment-notes/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-private-comment-notes/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial version

## মেটা

 *  Version **1.0.0**
 *  শেষ আপডেট করা হয়েছে **7 বছর আগে**
 *  Active installations **10+**
 *  Tested up to **5.0.25**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-private-comment-notes/)
 * ট্যাগ
 * [comment meta](https://bn.wordpress.org/plugins/tags/comment-meta/)[comments](https://bn.wordpress.org/plugins/tags/comments/)
   [notes](https://bn.wordpress.org/plugins/tags/notes/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/wp-private-comment-notes/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

[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/)

## Support

Got something to say? Need help?

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