WP Core Update Cleaner

描述

When WordPress is updated, it re-installs wp-config-sample.php, readme files, and license files even though you may have deleted them before. This plugin automatically removes these files when WordPress is manually or automatically updated. It also removes these files when activating the plugin for the first time. Removing these files is not mandatory, but you may want to if you don’t want them to expose your WordPress version or if you just like to keep things neat and clean.

Files that are removed:

  • License files, both default and localized
  • Readme files, both default and localized
  • wp-config-sample.php
  • wp-admin/install.php

You may not want to install this plugin if you’re using a plugin or service to scans your site to verify checksums on the core files. When the removed files are missing it might result in warnings.

Manual installation

  1. Upload the wp-core-update-cleaner directory to the /wp-content/plugins/ directory.
  2. 通过 WordPress 的“插件”菜单以激活本插件。

屏幕截图

  • The plugin gives you feedback on which files are being removed.

常见问题

Why does this plugin exist?

We found ourselves manually deleting wp-config-sample.php, readme.html, and license.txt every time we updated a WordPress site. If you’re maintaining multiple WordPress sites like us, this can get tedious. So instead, we developed this plugin to take care of deleting these files for us.

Why should I delete these files?

You don’t have to delete these files if you want to keep them for some reason. However, the readme file contains the version number of the WordPress version you’re running. This may be used by bots or evil people trying to hurt your site by taking advantage of security exploits in your version if you’ve not installed security patches. Also, there’s no reason to have wp-config-sample.php and the license files just laying around.

评价

2020 年 4 月 30 日
It makes life much easier by doing it's job perfectly.
2016 年 9 月 3 日
Thank you for your plugin development. This plugin does what it says. Was using a read.me plugin remover on my sites. This is even better. Second the thought of a future update to add removal install.php.
阅读所有4条评价

贡献者及开发者

“WP Core Update Cleaner” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“WP Core Update Cleaner”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.2.0 (2018-10-27)

  • Remove files when plugin is activated so site admins don’t have to wait for the next core update for the files to be removed.

1.1.0 (2018-10-22)

  • Add wp-admin/install.php to the list of files to remove.
  • Add support for running the plugin on automatic core updates.
  • Enable installation with Composer.

1.0

  • Initial release.