-
Notifications
You must be signed in to change notification settings - Fork 1
Improve GitHub and WordPress.org plugin copy #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jdevalk
wants to merge
2
commits into
develop
Choose a base branch
from
jdv/optimize-github-and-wp-readme
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,63 +1,94 @@ | ||
| === Comment-free zone === | ||
| Contributors: progressplanner, joostdevalk, aristath, mariekerakt, irisguelen, samalderson | ||
| Tags: planning, maintenance, writing, blogging | ||
| Requires at least: 6.7 | ||
| Tested up to: 6.9 | ||
| Requires PHP: 7.4 | ||
| Stable tag: 1.0.2 | ||
| License: GPL3+ | ||
| License URI: https://www.gnu.org/licenses/gpl-3.0.en.html | ||
|
|
||
| This plugin fully removes comments, trackbacks and all related features from your WordPress site. | ||
|
|
||
| == Description == | ||
|
|
||
| This plugin fully removes comments, trackbacks and all related features from your WordPress site. | ||
|
|
||
| This plugin will: | ||
|
|
||
| * In the admin: | ||
| * Removes the Comments menu item. | ||
| * Removes the Discussion settings page. | ||
| * Removes the comments column from posts and pages. | ||
| * Removes the comment section from the admin bar. | ||
| * On the front-end: | ||
| * Disable comments on all post types | ||
| * Disable pingbacks and trackbacks | ||
| * Remove comment support from all post types | ||
| * Remove the output of all the comment blocks from the Gutenberg and site editor | ||
| * Remove the comment meta box from the post edit screen | ||
| * Remove the comment RSS feeds | ||
|
|
||
| Once activated, this plugin requires no configuration - it just works. If you want to _completely_ remove comments from your WordPress site, this is the plugin for you. | ||
|
|
||
| == Frequently Asked Questions == | ||
|
|
||
| = Where do I file bugs? = | ||
|
|
||
| If you've found a bug, please follow the following steps: | ||
|
|
||
| 1. If it's a security report, please report it through our [PatchStack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/comment-free-zone). | ||
| 2. If it's not a security report, search through the open issues on [our GitHub repository](https://github.com/ProgressPlanner/comment-free-zone/issues/) to see if there's already an issue for this problem. | ||
| 3. If if doesn't exist yet, file a [bug report on GitHub](https://github.com/ProgressPlanner/comment-free-zone/issues/new/choose). | ||
|
|
||
| == Installation == | ||
|
|
||
| 1. Search for Progress Planner Disable Comments on the "Add new plugins" screen in your WordPress plugin. | ||
| 2. Install the plugin. | ||
| 3. Activate the plugin. | ||
| 4. You're done. | ||
|
|
||
| == Changelog == | ||
|
|
||
| = 1.0.2 = | ||
|
|
||
| * Minor (name) changes. | ||
|
|
||
| = 1.0.1 = | ||
|
|
||
| * Updated “Tested up to” WordPress version. | ||
|
|
||
| = 1.0 = | ||
|
|
||
| * Initial release. | ||
| === Comment Free Zone === | ||
| Contributors: progressplanner, joostdevalk, aristath, mariekerakt, irisguelen, samalderson | ||
| Tags: disable comments, comments, trackbacks, pingbacks, moderation | ||
| Requires at least: 6.7 | ||
| Tested up to: 6.9 | ||
| Requires PHP: 7.4 | ||
| Stable tag: 1.0.2 | ||
| License: GPL-3.0+ | ||
| License URI: https://www.gnu.org/licenses/gpl-3.0.html | ||
|
|
||
| Disable comments across your WordPress site, including pingbacks, trackbacks, comment feeds, and comment-related admin screens. | ||
|
|
||
| == Description == | ||
|
|
||
| Comment Free Zone helps you disable comments in WordPress without adding settings or extra maintenance. Activate the plugin and it removes comment-related functionality from your site so you can run a cleaner, simpler WordPress setup. | ||
|
|
||
| This plugin is built for sites that do not need comments at all, such as brochure sites, company sites, documentation sites, landing pages, and client websites where comments only add clutter or moderation overhead. | ||
|
|
||
| == What Comment Free Zone removes == | ||
|
|
||
| * The Comments menu in wp-admin. | ||
| * The Discussion settings screen. | ||
| * Comment links from the admin bar. | ||
| * The comments column from relevant list tables. | ||
| * Comment and trackback support on post types that support them. | ||
| * Comment blocks from block-based output. | ||
| * The comment meta box from the editor experience. | ||
| * Comment RSS feeds. | ||
| * Comment endpoints and comment-related fields in relevant REST API responses. | ||
| * Outgoing pings and incoming pingbacks. | ||
|
|
||
| == Why site owners use it == | ||
|
|
||
| * Keep WordPress focused on publishing instead of moderation. | ||
| * Reduce comment spam and comment-related noise. | ||
| * Simplify the admin for clients and editors. | ||
| * Remove comment UI from both classic and block-based experiences. | ||
| * Use a no-settings plugin that works immediately after activation. | ||
|
|
||
| == Installation == | ||
|
|
||
| 1. In your WordPress admin, go to Plugins → Add New. | ||
| 2. Search for "Comment Free Zone". | ||
| 3. Install and activate the plugin. | ||
| 4. Comment functionality is disabled immediately. No further configuration is required. | ||
|
|
||
| You can also install the plugin manually: | ||
|
|
||
| 1. Upload the plugin folder to `/wp-content/plugins/`. | ||
| 2. Activate Comment Free Zone from the Plugins screen in WordPress. | ||
|
|
||
| == Frequently Asked Questions == | ||
|
|
||
| = Does this plugin delete existing comments? = | ||
|
|
||
| No. Comment Free Zone disables comment functionality and removes comment-related UI, but it does not delete existing comment data from your database. | ||
|
|
||
| = Does it disable pingbacks and trackbacks too? = | ||
|
|
||
| Yes. The plugin disables pingbacks and trackbacks alongside standard WordPress comments. | ||
|
|
||
| = Does it work on custom post types? = | ||
|
|
||
| Yes. The plugin removes comment and trackback support from post types that support those features. | ||
|
|
||
| = Do I need to configure anything after activation? = | ||
|
|
||
| No. This is a no-settings plugin. Activate it and the plugin applies its changes immediately. | ||
|
|
||
| = Where do I report a bug or security issue? = | ||
|
|
||
| If you've found a bug, please search the open issues on [GitHub](https://github.com/ProgressPlanner/comment-free-zone/issues/) first and open a new issue if needed. | ||
|
|
||
| If it's a security issue, please report it through our [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/comment-free-zone). | ||
|
|
||
| == Screenshots == | ||
|
|
||
| <!-- TODO: Add plugin screenshots and keyword-rich captions for the WordPress.org listing. --> | ||
|
|
||
| == Changelog == | ||
|
|
||
| = 1.0.2 = | ||
| * Minor naming updates. | ||
|
|
||
| = 1.0.1 = | ||
| * Updated the "Tested up to" WordPress version. | ||
|
|
||
| = 1.0.0 = | ||
| * Initial release. | ||
|
|
||
| == Upgrade Notice == | ||
|
|
||
| = 1.0.2 = | ||
| Minor naming updates and compatibility metadata improvements. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like screenshots are missing (if we want any), otherwise looks good.