kerooshe
Forum Replies Created
-
Sorry, I should not post this topic
Thank you for answering.I do not want to go to the code below to improve the speed of pages.
<script type=”text/javascript”>
var verifyCallback = function(response) {
alert(response);
};
var onloadCallback = function() {
if ( jQuery(‘#woo_recaptcha_1’).length ) {
grecaptcha.render(‘woo_recaptcha_1’, {
‘sitekey’ : ‘*****’,
});
}
if ( jQuery(‘#woo_recaptcha_2’).length ) {
grecaptcha.render(‘woo_recaptcha_2’, {
‘sitekey’ : ‘*****’,
});
}
};
</script>
<script src=’https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit’ async defer></script>hi friends
I do not want to be on<script type=”text/javascript”>
var verifyCallback = function(response) {
alert(response);
};
var onloadCallback = function() {
if ( jQuery(‘#woo_recaptcha_1’).length ) {
grecaptcha.render(‘woo_recaptcha_1’, {
‘sitekey’ : ‘*****’,
});
}
if ( jQuery(‘#woo_recaptcha_2’).length ) {
grecaptcha.render(‘woo_recaptcha_2’, {
‘sitekey’ : ‘*****’,
});
}
};
</script>
<script src=’https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit’ async defer></script>
<script type=’text/javascript’ src=’https://www.google.com/recaptcha/api.js’></script>first page.
I did not answer wp_dequeue_script(‘google-recaptcha’); .
I would like to thank someone who has done this.Forum: Developing with WordPress
In reply to: 404 error on custom taxonomy and category and tag pageyes.
example:https://www.i-genesys.com/category
This page is from your site 404.
Can a custom page be displayed to the user and not 404?
If so, in what way?Thankful