https://github.com/kaminoweb/disablewpsitemap
This plugin disables the new XML sitemap feature introduced in WordPress 5.5.
https://github.com/kaminoweb/disablewpsitemap
sitemap sitemap-xml wordpress wordpress-plugin wordpress-plugins xml
Last synced: 4 months ago
JSON representation
This plugin disables the new XML sitemap feature introduced in WordPress 5.5.
- Host: GitHub
- URL: https://github.com/kaminoweb/disablewpsitemap
- Owner: kaminoweb
- License: gpl-2.0
- Created: 2020-09-08T15:48:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T16:23:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T04:45:16.960Z (5 months ago)
- Topics: sitemap, sitemap-xml, wordpress, wordpress-plugin, wordpress-plugins, xml
- Language: PHP
- Homepage: https://kaminoweb.com/
- Size: 16.6 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 disables the "XML sitemap" feature added in WordPress 5.5.
## Installation
To install this plugin and get it working, follow the steps below:
1. Upload `kaminoweb-disable-sitemap` directory into the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress## 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`.