=== Reported Comments === Contributors: lebleut Donate link: https://www.tooltipy.com Tags: report comments, flagging Requires at least: 4.7 Tested up to: 5.4 Stable tag: 1.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Reported Comments gives the ability for your sites user to report/flag a comment == Description == Reported Comments gives the ability for your sites user to report/flag a comment It allows you as an administrator or moderator some essential options to specify : * The moderator Email * The report labels/types * The Email title * The Email template body (allowing HTML) In the E-Mail title and body you can use shortcodes/modifiers like : * `%comment%` : The comment content * `%comment_link%` : The URL to the comment * `%comment_author%` : The comment author * `%comment_author_email%` : The email of the comment author * `%comment_author_link%` : The URL to the comment author * `%comment_author_ip%` : The IP of the comment author * `%comment_action_trash%` : The link to trash the comment * `%comment_action_spam%` : The link to spam the comment * `%report_type%` : The report type * `%report_author%` : The report author * `%report_author_link%` : The URL to the report author * `%post%` : The post name Your suggestions are welcome == Installation == 1. Download the plugin 1. Upload the folder to your site's wp-content/plugins directory 1. Activate the plugin in the WordPress Admin Panel 1. Click on settings to manage the options == Screenshots == 1. Main settings page (under comments) 2. Custom E-Mail template using lots of shortcodes (modifiers) 3. Use the flag to report a comment to send it directly to the moderator E-Mail 4. Example of E-Mail received from the moderator side == Frequently Asked Questions == There are currently no FAQs at this time. == Changelog == = 1.0 = * The initial published version