message

SiteGround for WordPress in 2018

Community

WordPress

SiteGround for WordPress in 2018


Mar 18, 2019
Hristo Pandjarov

Our commitment to helping WordPress grow has been consistently strong throughout the years. About 80% of our 2 million domains are associated with sites built on WordPress and we have been helping more and more people get introduced to the possibilities of WordPress.

Traditionally, through sponsorships, we help a huge number of WordCamps and meetups happen all around the world. But what we consider even more important, is our personal involvement. In addition to encouraging our most talented people to attend, speak at and organize WordPress events worldwide, we also help independent experts share their expertise with an even wider audience through our WordPress Ambassador program.

Here is a brief roundup of our contribution in 2018. Stay tuned for more in 2019!

var blog_subscribing_started = false;
var blog_subscribing_rendered = false;
var formSubmitBtn = $(‘form.subscribe-form’).find(‘.btn-submit’);
$(document).ready(function(ev) {
formSubmitBtn.on(‘click’, function(ev) {
ev.preventDefault();
let form = $(this).closest(‘.subscribe-form’);
if (blog_subscribing_started || $(this).hasClass(‘btn-disabled’)) {
return;
}

blog_subscribing_started = true;
blog_subscription_hide_errors(form);

grecaptcha.ready(function() {
grecaptcha.execute(r3k, {action: ‘submit’}).then(function(token) {
document.querySelectorAll(‘#rt3’).forEach(function(e) { e.value = token; })
blog_subscription_send_form(form);
});
});

});

})

function renderRecaptcha2(form) {
if (!$(‘#recaptcha2_challenge’).length) {
let verifyCallback = function(response) {
document.querySelectorAll(‘#rt2’).forEach(function(e) { e.value = token; })
};
$(‘

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button