WP Manifestindependent plugin directory
manifest / security / wordpress-hide-version

Hide Version

This plugin hides the WordPress version number by removing the generator meta tag and replacing ver query parameter from enqueued scripts and styles with the file modification time.

by Piotr Niewiadomski · github.com/piotrpress/wordpress-hide-version · website

0stars
33composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/piotrpress/wordpress-hide-version/archive/refs/heads/master.zip

Also on Packagist as piotrpress/hide-version:

composer require piotrpress/hide-version

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

WordPress Hide Version This plugin hides the WordPress version number by removing the generator meta tag and replacing ver query parameter from enqueued scripts and styles with the file modification time. This can help improve security by making it more difficult for attackers to identify vulnerabilities in your WordPress installation. Requirements PHP = 7.4 version. License GPL v3 or later

Read the full README on GitHub →