Plugin Directory

Changeset 2815907


Ignore:
Timestamp:
11/10/2022 11:33:13 AM (3 years ago)
Author:
ruudkok
Message:

Update version support and license information.

Location:
remove-wp-generator-meta-tag/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remove-wp-generator-meta-tag/tags/1.0/readme.txt

    r319266 r2815907  
    22Contributors: ruudkok
    33Donate link: http://www.ruudkok.nl/wordpress/
    4 Tags: meta, generator, remove
     4Tags: meta, generator, remove, security
    55Requires at least: 2.5
    6 Tested up to: 3.0.2
     6Tested up to: 6.1
    77Stable tag: 1.0
     8Requires PHP: 5.6
     9License: GPLv2 or later
     10License URI: https://www.gnu.org/licenses/gpl-2.0.html
    811
    912This plugin will remove the generator meta tag from the head of your page.
     
    1114== Description ==
    1215
    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 too easily, you might as well install this little plugin. That way the generator meta tag with your WordPress version won't be shown.
     16Use 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.
    1417
    1518== Installation ==
  • remove-wp-generator-meta-tag/tags/1.0/rk-remove-generator-tag.php

    r319266 r2815907  
    1010
    1111remove_action('wp_head','wp_generator');
    12 
    1312?>
Note: See TracChangeset for help on using the changeset viewer.