{"id":77641,"date":"2017-11-15T18:40:16","date_gmt":"2017-11-15T18:40:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-generator-remover-by-dawsun\/"},"modified":"2026-09-14T06:25:50","modified_gmt":"2026-09-14T06:25:50","slug":"wp-generator-remover-dawsun","status":"publish","type":"plugin","link":"https:\/\/sv.wordpress.org\/plugins\/wp-generator-remover-dawsun\/","author":9907951,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.1.1","stable_tag":"2.1.1","tested":"7.1.1","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"Remove WordPress Version - Hide Generator Meta Tag","header_author":"Umar Draz","header_description":"Hide WordPress Generator Meta Tag from head section, just install and activate, no further settings needed.","assets_banners_color":"","last_updated":"2026-09-14 06:25:50","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.itpixelz.com\/","header_plugin_uri":"https:\/\/www.linkedin.com\/in\/umardraz\/","header_author_uri":"https:\/\/www.itpixelz.com\/","rating":5,"author_block_rating":0,"active_installs":30,"downloads":2442,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"2.1.0":{"tag":"2.1.0","author":"itpixelz","date":"2026-09-14 05:58:42","revision":3694516},"2.1.1":{"tag":"2.1.1","author":"itpixelz","date":"2026-09-14 06:25:50","revision":3694554}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.1.0","2.1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[280588,27940,280589,53428,600],"plugin_category":[54],"plugin_contributors":[85775],"plugin_business_model":[],"class_list":["post-77641","plugin","type-plugin","status-publish","hentry","plugin_tags-hide-wordpress-version","plugin_tags-meta-generator","plugin_tags-remove-generator-tag","plugin_tags-remove-wordpress-version","plugin_tags-security","plugin_category-security-and-spam-protection","plugin_contributors-itpixelz","plugin_committers-itpixelz"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-generator-remover-dawsun.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WordPress tells everyone which version you are running. It prints a meta tag in\nyour page source:<\/p>\n\n<pre><code>&lt;meta name=\"generator\" content=\"WordPress 6.9\" \/&gt;\n<\/code><\/pre>\n\n<p>and it appends the same version to every stylesheet and script URL:<\/p>\n\n<pre><code>style.css?ver=6.9\n<\/code><\/pre>\n\n<p>Anyone can read it, including automated scanners looking for sites running a\nversion with a known vulnerability. This plugin removes all three.<\/p>\n\n<h4>What it removes<\/h4>\n\n<ul>\n<li>The <strong>generator meta tag<\/strong> from your page source<\/li>\n<li>The <strong>version string<\/strong> from stylesheet URLs<\/li>\n<li>The <strong>version string<\/strong> from script URLs<\/li>\n<\/ul>\n\n<p>Each one is a separate switch. All three are on from the moment you activate it.<\/p>\n\n<h4>Why hide the WordPress version<\/h4>\n\n<p>Scanners fingerprint sites by version, then try exploits for that version. Hiding\nit will not patch anything, so keep WordPress updated regardless. What it does is\nstop your site appearing in the results when someone searches for every site\nrunning a specific vulnerable release.<\/p>\n\n<p>Removing the version from asset URLs has a second effect: proxies and CDNs cache\nthose files more predictably when the URL stops changing on every core update.<\/p>\n\n<h4>Settings<\/h4>\n\n<p>One screen, three checkboxes, under Settings then Generator Remover. Nothing is\nwritten to your theme and no files are edited. Deactivate the plugin and\nWordPress puts everything back immediately.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>In your WordPress admin, go to Plugins then Add New, and search for\n\"Remove WordPress Version\".<\/li>\n<li>Click Install Now, then Activate.<\/li>\n<li>That is all. All three options are on immediately. To change them, go to\nSettings then Generator Remover.<\/li>\n<\/ol>\n\n<p>To install manually instead, upload the plugin folder to\n    \/wp-content\/plugins\/ and activate it from the Plugins screen.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20hide%20the%20wordpress%20version%3F\"><h3>How do I hide the WordPress version?<\/h3><\/dt>\n<dd><p>Activate the plugin. All three options are on by default, so the generator meta\ntag and the version strings on your CSS and JavaScript files are removed straight\naway. To check, view the source of your home page and search for \"generator\".<\/p><\/dd>\n<dt id=\"how%20do%20i%20remove%20the%20generator%20meta%20tag%20only%3F\"><h3>How do I remove the generator meta tag only?<\/h3><\/dt>\n<dd><p>Go to Settings, then Generator Remover, and untick the two version options. Leave\n\"Hide WP Generator Version Meta\" ticked and save.<\/p><\/dd>\n<dt id=\"does%20hiding%20the%20version%20actually%20make%20my%20site%20more%20secure%3F\"><h3>Does hiding the version actually make my site more secure?<\/h3><\/dt>\n<dd><p>It removes one signal that automated scanners use to pick targets. It does not\npatch anything. Treat it as one small step, and keep WordPress, your theme and\nyour plugins updated.<\/p><\/dd>\n<dt id=\"will%20removing%20%3Fver%3D%20from%20my%20css%20and%20js%20break%20caching%3F\"><h3>Will removing ?ver= from my CSS and JS break caching?<\/h3><\/dt>\n<dd><p>No. It usually improves it, because the URL stops changing every time WordPress\nupdates. If you use a cache plugin that adds its own version or cache-busting\nstring, that keeps working.<\/p><\/dd>\n<dt id=\"does%20this%20affect%20my%20seo%3F\"><h3>Does this affect my SEO?<\/h3><\/dt>\n<dd><p>The generator tag is not a ranking factor, so removing it changes nothing on its\nown. Shorter, stable asset URLs are marginally friendlier to caches, which helps\npage speed.<\/p><\/dd>\n<dt id=\"my%20theme%20still%20shows%20the%20version%20somewhere%20else\"><h3>My theme still shows the version somewhere else<\/h3><\/dt>\n<dd><p>Some themes and plugins print their own version tags. This plugin removes the\nones WordPress core adds. If you still see a version after activating it, it is\ncoming from your theme or another plugin.<\/p><\/dd>\n<dt id=\"does%20it%20work%20on%20multisite%3F\"><h3>Does it work on multisite?<\/h3><\/dt>\n<dd><p>Yes. Settings are per site, so each site in the network has its own.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Rewrote the plugin listing so people searching for \"remove WordPress version\"\nor \"hide generator meta tag\" can find it. No change to how the plugin works.<\/li>\n<li>The plugin is now called Remove WordPress Version - Hide Generator Meta Tag.\nYour settings, and the plugin folder, are untouched.<\/li>\n<\/ul>\n\n<h4>2.1.0<\/h4>\n\n<ul>\n<li>Fixed: the plugin did nothing on a fresh install. Default settings were never\nwritten, because the activation hook was registered from inside the class\nconstructor and so never ran. All three options now default to on, and the\ndefaults are seeded properly on activation.<\/li>\n<li>Fixed: settings checkboxes always rendered as ticked and could not be\nswitched off. The saved value is now read instead of merely testing whether\nthe key was present.<\/li>\n<li>Fixed: unticking a box now persists. Saved settings are validated through a\nsanitize callback that records each switch as 1 or 0.<\/li>\n<li>Fixed: version strings were left on asset URLs that begin with \"ver=\", and\nunrelated arguments ending in \"ver=\" could be stripped by mistake.<\/li>\n<li>Tested up to WordPress 7.1. Declared a minimum of PHP 7.0.<\/li>\n<li>Note: WordPress script modules, used by some block themes, carry their\nversion in a URL that plugins cannot filter. Those few URLs keep their\nversion string. Classic stylesheets and scripts are handled as before.<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Minor fixes.<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Settings screen added for enabling and disabling each option.<\/li>\n<\/ul>","raw_excerpt":"Remove the WordPress version from your site: hide the generator meta tag and strip ?ver= from stylesheet and script URLs.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/77641","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=77641"}],"author":[{"embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/itpixelz"}],"wp:attachment":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=77641"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=77641"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=77641"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=77641"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=77641"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=77641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}