Adding Defer to
-
Hello to good people of this plugin.
Could you please guide me how I can change the next line
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/v1550471573786/recaptcha__en.js"></script>
to include “defer” instead ofasync=""
.
The result should be:
<script type="text/javascript" <strong>defer </strong>src="https://www.gstatic.com/recaptcha/api2/v1550471573786/recaptcha__en.js"></script>
- The topic ‘Adding Defer to’ is closed to new replies.