=== User Comment Delete ===
Contributors: websitecode
Tags: comments, delete, user, ajax
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 1.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Allows logged-in users to delete their own comments via a Delete link under each comment.

== Description ==

This plugin adds a "Delete" link below comments made by logged-in users, allowing them to delete their own comments via AJAX, without page reload. Editing comments is not allowed.

== Installation ==

1. Upload the `user-comment-delete` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Logged-in users can delete their own comments by clicking the "Delete" link.

== Frequently Asked Questions ==

= Can users edit their comments? =

No, this plugin only supports deletion, not editing.

= Who can delete comments? =

Only logged-in users can delete their own comments.

== Changelog ==

= 1.0 =
* Initial release.