https://github.com/fifoqueue/comment-management
https://github.com/fifoqueue/comment-management
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fifoqueue/comment-management
- Owner: fifoqueue
- Created: 2026-06-07T03:28:55.000Z (29 days ago)
- Default Branch: master
- Last Pushed: 2026-06-07T03:53:19.000Z (29 days ago)
- Last Synced: 2026-06-07T05:15:16.686Z (29 days ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comment Management
A WordPress plugin for securely managing comments from the front end.
## Requirements
- WordPress 6.5 or newer
- PHP 8.3 or newer
- Composer 2
## Development
```bash
composer install
composer test
composer lint
```
The distributable ZIP is built by `.github/workflows/release.yml` when a commit
is pushed to `master`. The workflow
creates a version tag such as `vX.Y.Z`, so the plugin version must be bumped
before the next release.
Update settings are available under **Settings > Comment Management**:
- GitHub repository, defaulting to `fifoqueue/comment-management`
- Stable branch, defaulting to `master`
- Optional GitHub API token for private repositories or higher API limits
Saved tokens are not rendered back into the settings form. Leaving the token
field blank keeps the current value; the remove checkbox deletes it.