https://github.com/kaminoweb/removewpversion
This plugin removes the WordPress version in the pages.
https://github.com/kaminoweb/removewpversion
wordpress wordpress-plugin wordpress-plugins
Last synced: 11 months ago
JSON representation
This plugin removes the WordPress version in the pages.
- Host: GitHub
- URL: https://github.com/kaminoweb/removewpversion
- Owner: kaminoweb
- License: gpl-2.0
- Created: 2020-10-14T16:12:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T16:31:06.000Z (over 1 year ago)
- Last Synced: 2025-01-13T04:45:17.047Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin, wordpress-plugins
- Language: PHP
- Homepage: https://kaminoweb.com/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
This plugin removes the WordPress version in the HTML pages.
## Installation
To install this plugin and get it working, follow the steps below:
1. Upload 'RemoveWpVersion' directory into the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
## Screenshots
There is no screen shot at this time.
## Frequently Asked Questions
### How to remove this plugin?
To remove this plugin, you can:
1. De-activate the plugin through the 'Plugins' menu in WordPress
2. Then delete the plugin through the 'Plugins' menu in WordPress
You can also:
* Manually delete the directory 'RemoveWpVersion' into the '/wp-content/plugins/` directory
## Changelog
* (October 13th 2024). Tested with WordPress 6.6.2.
* (April 18th 2024). Tested with WordPress 6.5.2.
* (April 18th 2024). Added a dashboard page.
* (1 September 2020). Initial Release.
## License
This WordPress plugin is licensed under the GPL v2 or later.
> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
> You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
A copy of the license is included in the root of the plugin’s directory. The file is named `LICENSE`.