// funkcja dla Captcha
function kldzik_comment_recaptcha_script() {
if (!is_admin() && is_singular() && comments_open()) {
wp_enqueue_script(
'google-recaptcha',
'https://www.google.com/recaptcha/api.js',
array(),
null,
true
);
}
}
add_action('wp_enqueue_scripts', 'kldzik_comment_recaptcha_script');
Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/jonak/kldzik.pl/public_html/wp-content/themes/kldzik2/functions.php:108) in /home/klient.dhosting.pl/jonak/kldzik.pl/public_html/wp-includes/pluggable.php on line 1535
Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/jonak/kldzik.pl/public_html/wp-content/themes/kldzik2/functions.php:108) in /home/klient.dhosting.pl/jonak/kldzik.pl/public_html/wp-includes/pluggable.php on line 1538