Skip to content

WordPress plugin for hiding WP core version from page source.

License

Notifications You must be signed in to change notification settings

michalsvorc/wordpress-hide-wp-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hide WP version

Modifies WordPress version info that gets appended to static file URLs for caching purposes and removes generator meta tag with WordPress version from page head and RSS. This can help to prevent attacks exploiting vulnerabilities existing in that specific WordPress version.

Installation

  1. Edit const SEED = 1111; to custom number, e.g. const SEED = 2458;. Don't set the number too high to prevent PHP integer overflow. 4 digits should be satisfactory.

  2. Copy this folder to WordPress plugin directory and activate it in WordPress admin area.

About

WordPress plugin for hiding WP core version from page source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages