Version Cloak is a hardening plugin that reduces the information opportunistic, automated scanners can read about your site. Version-matching bots fingerprint a site, look up known issues for the detected versions, and probe the easy targets first. This plugin shrinks that fingerprint.
Important: this plugin obscures version and endpoint information. It does not patch vulnerable code. Keep your plugins, themes, and WordPress core updated — obscurity is a complement to patching, not a replacement for it.
For WordPress core and for plugins & themes, choose one of:
<meta name="generator"> tag, feed generators and the WLW manifest.?ver=) on enqueued CSS/JS, and the same inside inline CSS.<body> tag (e.g. page-builder version classes).<meta name="generator"> tags.readme.txt, changelog.txt, release_log.html — and version banner comments in CSS/JS assets. In Obfuscate these are blocked (Apache/LiteSpeed .htaccess, or an Nginx rule you add); in Decoy their version strings are rewritten and automatically reverted when you switch back.readme.html / license.txt, and the install.php / upgrade.php setup pages (blocked for non-logged-in visitors so admins can still run updates).system.multicall.wp-cron.php (with an optional secret token for your system cron)./wp-json/wp/v2/users endpoint.?author=N redirect that leaks usernames.Setting a mode to Off, or deactivating the plugin, restores the real version strings and removes the .htaccess rules — the site returns to its normal state.