विवरण
Report Post is a highly customizable plugin that lets your visitors report posts or pages with inappropriate content. All these reports are displayed as a table in your Administrator section so you can decide what to do next: edit contents, unpublish posts/pages, or just delete these reports. The plugin was designed to work in both automatic and manual modes. In automatic mode, the link to report will be added to post’s meta box. In manual mode, you can place the link, button or image anywhere you want in templates.
Features:
- Easy to use – you can simply activate the plugin and it will do the thing
- Highly customizable via Options and CSS
- AJAX based – no page reload will occur
- Can be used in Automatic and Manual modes (to use in templates)
- Works for Posts, Pages and Custom Post Types
- Supports AJAXly loaded posts, ‘infinite scroll’ posts, etc.
- Does not use additional databases / tables. All reports are stored in postmeta.
- Modal window instead of expandable form (works with AJAXly loaded posts!)
- Bulk Unpublish, Publish, Delete Posts, Delete Reports
- Admin notification about reported posts
- Optional spamfilter to protect from spam
Usage
Plugin handles 4 class names. Two pre-defined (.zeno-report-post-link for a simple link with exclamation mark icon and .zeno-report-post-button for button)
To work correctly, report link must be placed inside of an
<
article> tag. Article tag must have id=”post-XXXX”, where XXXX is the id of current post. If your theme does not use
<
article> tags, you can add post-id=”XXXX” attribute to report link, e.g.
<div class="zeno-report-post-link">
<a href="#" name="zeno-report-post-link"
class="zeno-report-post-link zeno-report-post-link-frontend"
data-zeno_report_post-post-id="<?php echo (int) $post->ID; ?>"
data-zeno_report_post-post-title="<?php echo esc_attr($post->post_title); ?>">
Report this Post
</a>
</div>';
स्थापना
- Upload the plugin files to the
/wp-content/plugins/wp-report-postdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Enjoy 🙂
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Zeno Report Post” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Zeno Report Post” 2 लोकेलहरूमा अनुवाद गरिएका छन्। योगदानको लागि अनुवादकहरूलाई धन्यवाद।
“Zeno Report Post” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
3.2.0
- 2025-10-29
- Add setting for post types.
- Fix uninstall for options.
- Set autoload explicitly for options.
3.1.0
- 2025-08-01
- Use add_filter instead of add_action for ‘the_content’ filter.
- Only add modal to our own reported posts dashboard page.
- Add dropdowns for subscribing and unsubscribing moderators.
- Remove email option for single moderator.
- Use wp_footer action for adding the modal.
- Remove Delete Post in dashboard.
- Fix Unpublish Post in dashboard.
- Fix Delete Reports in dashboard.
- Verify Nonces on dashboard page for reported posts.
3.0.1
- 2025-07-20
- Sanitize more output.
- Verify Nonces correctly.
- Use wp_json_encode instead of json_encode.
- Use plugin_dir_path instead of WP_PLUGIN_DIR.
- Fix text-domain in 1 string.
- Rename zrp prefix to zeno_report_post.
- Use rest_sanitize_boolean for booelean settings.
- Fix CSS transitions.
3.0.0
- 2025-07-07
- Forked into Zeno Report Comments.
- Rewrite classes into standalone functions.
- Only load admin code on dashboard, not on frontend.
- Remove function to import old options from wp-report-post plugin.
- Remove reCAPTCHA.
- Add spamfilter.
- Add IP blocklist.
- Remove remodal JavaScript, use our own modal.
- After removing reports, set the post as moderated.
2.1.2
- Bug fixed: duplicate reports were sent to administrator
2.1.1
- Bug fixed: not expanding report when clicking user name in admin section
2.1.0
- Email notifications added
- IP Logging added
- reCaptcha added
2.0.2
- Added report date in two formats: Human (e.g 3 minutes ago) and Date / Time
2.0.1
- Fixed posts per page in admin section, set to 25
- Added import of reports created by version 0.X
2.0
- Completely remastered. Well, this is not an update of previous version of the plugin. This is a new plugin written from scratch.
0.2.4
- Fixed bug with incorrect link to attached image
0.2.2
- Fixed bug with duplicate reports
0.2.1
- Removed engine and encoding from CREATE TABLE query – default values will be used (in case if InnoDB is not supported on your hosting)
0.2
- Perverted AJAX calls were replaced in a normal WordPress way
- Added email notifications for reported posts
- Compatible with WordPress 3.8.x and new themes
- Multiple minor bugfixes
0.1
- CSS buttons added
- Fixed textarea width