Plugin Directory

Changeset 1646081


Ignore:
Timestamp:
04/26/2017 09:40:40 PM (9 years ago)
Author:
abjelosevic
Message:

Remove WordPress Version Number added

Location:
ab-wp-security
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • ab-wp-security/trunk/ab-wp-security-plugin.php

    r1645744 r1646081  
    44   Plugin URI: http://aleksandar.bjelosevic.info/abwps
    55   Description: Security plugin that stop User Enumeration in WordPress
    6    Version: 1.0
     6   Version: 1.10
    77   Author: Aleksandar Bjelosevic
    88   Author URI: http://aleksandar.bjelosevic.info
     
    2323}
    2424
    25 
     25// Remove WordPress Version Number
     26function ab_wp_security_remove_version() {
     27return '';
     28}
     29add_filter('the_generator', 'ab_wp_security_remove_version');
    2630?>
  • ab-wp-security/trunk/readme.txt

    r1645744 r1646081  
    55Requires at least: 3.8
    66Tested up to: 4.7.4
    7 Stable tag: 1.0
     7Stable tag: 1.10
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    2323== Changelog ==
    2424
     25= V1.10 =
     26Remove WordPress Version Number
     27
    2528= V1.00 =
    2629Stop User Enumeration in WordPress
Note: See TracChangeset for help on using the changeset viewer.