Hide WP version from source code
-
Hi,
Thank you for your plugin!
However I noticed that the plugin reveals WP version in html code when enqueueing css in styles:
<link rel='stylesheet' id='cookie-consent-style-css' href='[my-website]/wp-content/plugins/uk-cookie-consent/assets/css/style.css?ver=4.9.7' type='text/css' media='all' />while it shows the plugin version when enqueueing javascript:
<script type='text/javascript' src='[my-website]/wp-content/plugins/uk-cookie-consent/assets/js/uk-cookie-consent-js.js?ver=2.3.0'></script>Have you ever considered hiding WP version, for security reasons?
The topic ‘Hide WP version from source code’ is closed to new replies.