Remove WP Version

plugin banner

Removes the meta generator tag, with WordPress version from HTML.

Author:Marzio Carro (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:5.3.3
Plugin version:1.0
Added to WordPress repository:21-10-2018
Last updated:26-03-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://www.gattowp.com/
Total downloads:753
Active installs:80+
plugin download
Click to start download

Removes the meta generator tag, with WordPress Version.

A simple plugin to prevent people from knowing what version of WordPress you’re using via your HTML source.

This is a very simple plugin. You can get the same thing by adding this line to funcions.php file of your theme:

remove_action(‘wp_head’, ‘wp_generator’);

But if you’re not comfortable editing a php file, you can use this plugin to remove the WordPress version from your HTML.

The plugin has no settings and does not alter the database.

Plugin’s website: https://www.gattowp.com/

Author’s website: http://technotes.marziocarro.com/


FAQ
ChangeLog