Remove WP Version
Removes the meta generator tag, with WordPress version from HTML.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2106 days ago
Is Remove WP Version abandoned?
Possibly abandoned (last update 2106 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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/
Installation
-
Copy the
remove-wp-versiondirectory into your WordPress plugins directory (usually wp-content/plugins). -
In the WordPress Admin Menu go to the Plugins tab and activate the ‘Remove WP Version’ plugin.
Frequently Asked Questions
None yet
Review feed
Screenshots
Changelog
1.0
initial release