Title: WP Private Comment Notes
Author: Ren Ventura
Published: <strong>6 نومبر 2016</strong>
Last modified: 9 ڊسمبر 2018

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

![](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://snd.wordpress.org/plugins/wp-private-comment-notes/#description)
 * [جائزو](https://snd.wordpress.org/plugins/wp-private-comment-notes/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/wp-private-comment-notes/#installation)
 * [ترقي](https://snd.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⌉⌊The comment.php?action=editcomment (edit comment) page with Comment Notes meta
box⌉[

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

## ميٽا

 *  Version **1.0.0**
 *  Last updated **8 سالَ اڳ**
 *  Active installations **10+**
 *  Tested up to **5.0.27**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-private-comment-notes/)
 * Tags
 * [comment meta](https://snd.wordpress.org/plugins/tags/comment-meta/)[comments](https://snd.wordpress.org/plugins/tags/comments/)
   [notes](https://snd.wordpress.org/plugins/tags/notes/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/wp-private-comment-notes/advanced/)

## درجه بندي

No reviews have been submitted yet.

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

[See all reviews](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/)