Changeset 2815907
- Timestamp:
- 11/10/2022 11:33:13 AM (3 years ago)
- Location:
- remove-wp-generator-meta-tag/tags/1.0
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
rk-remove-generator-tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remove-wp-generator-meta-tag/tags/1.0/readme.txt
r319266 r2815907 2 2 Contributors: ruudkok 3 3 Donate link: http://www.ruudkok.nl/wordpress/ 4 Tags: meta, generator, remove 4 Tags: meta, generator, remove, security 5 5 Requires at least: 2.5 6 Tested up to: 3.0.26 Tested up to: 6.1 7 7 Stable tag: 1.0 8 Requires PHP: 5.6 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 8 11 9 12 This plugin will remove the generator meta tag from the head of your page. … … 11 14 == Description == 12 15 13 Use this plugin to hide your WordPress version from others. If you don't update WordPress directly every time a new version is released, you're not able to brag about it. To prevent hackers hackers from finding out you're on an older WordPress version to oeasily, you might as well install this little plugin. That way the generator meta tag with your WordPress version won't be shown.16 Use this plugin to hide your WordPress version from others. If you don't update WordPress directly every time a new version is released, you're not able to brag about it. To prevent hackers hackers from finding out you're on an older WordPress version to easily, you might as well install this little plugin. That way the generator meta tag with your WordPress version won't be shown. 14 17 15 18 == Installation == -
remove-wp-generator-meta-tag/tags/1.0/rk-remove-generator-tag.php
r319266 r2815907 10 10 11 11 remove_action('wp_head','wp_generator'); 12 13 12 ?>
Note: See TracChangeset
for help on using the changeset viewer.