grecaptcha.render('.g-recaptcha', {
'sitekey' : '6LeUDWoUAAAAAEIvhqEviRgNK8tvxg7YpG-xxxx',
'callback' : 6LeUDWoUAAAAAAz2pLqVlFo2W7nybkvUGBxxxx,
'theme' : 'dark'
});
var verifyCallback = function(response) {
alert(response);
};
<img src="<php echo $thumb_url[0]"; >
$thumb_id = get_post_thumbnail_id();
$thumb_url = wp_get_attachment_image_src($thumb_id,'full', true);
<php var_dump(thumb_url);