विवरण
Adds a checkbox to the user settings page to allow a user to set all of their comments to private. Private comments are only visible by the comment author and site administrators.
स्क्रीनशॉट्स
इंस्टॉलेशन
Place all the files in a directory inside of wp-content/plugins (for example, private-user-comments), and activate the plugin.
सामान्य प्रश्न
- Where is the private flag stored?
-
The private tag is stored as a piece of comment metadata. Private Comments won’t hit the database for every comment (especially important on larger sites). One query is used to check the array of comment IDs against the commentmeta table for privacy.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
Translate “Private User Comments” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.0
- First release!