Title: Hide gogole recaptcha version information from source code
Last modified: September 7, 2023

---

# Hide gogole recaptcha version information from source code

 *  Resolved [ouryhamdalaye](https://wordpress.org/support/users/ouryhamdalaye/)
 * (@ouryhamdalaye)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/hide-gogole-recaptcha-version-information-from-source-code/)
 * Hi
 * I’d like to remove version information on the source code and i’d like to understand
   how to remove it from this line:
 *     ```wp-block-code
       <script data-service="google-recaptcha" data-category="marketing" type="text/plain" data-cmplz-src='//www.google.com/recaptcha/api.js?hl=fr-FR&ver=7.0.0' id='recaptcha-js'></script>
       ```
   
 * Thanks you very much

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/hide-gogole-recaptcha-version-information-from-source-code/#post-17032550)
 * Hi [@ouryhamdalaye](https://wordpress.org/support/users/ouryhamdalaye/),
 * My initial guess would be that this version parameter (**?ver=…**) is added by
   a caching or optimization tool on your site.
 * After you update a script/stylesheet; you want the browser to fetch the new version
   rather than using an outdated/cached version. By changing the version parameter
   in the URL, the browser fetches the new version.
 * You could verify which plugin might add that version parameter, by temporarily
   deactivating plugins (one at a time), and checking whether the version identifier
   disappears as a result of disabling a specific plugin.
 * Kind regards, Jarno

Viewing 1 replies (of 1 total)

The topic ‘Hide gogole recaptcha version information from source code’ is closed
to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/hide-gogole-recaptcha-version-information-from-source-code/#post-17032550)
 * Status: resolved