WordPress version Usage Statistics UPDATED
This table displays the market share (in %) for each WordPress version of all the active WordPress websites. $.getJSON(‘https://api.wordpress.org/stats/wordpress/1.0/’, function(resData) { // JSON result in `resData` variable var table_str = ‘ WordPress Version Usage (in %) ‘; table_str += ‘ ‘; $.each(resData, function(key, value){ table_str +=’ ‘+key+’ ‘+value+’ ‘; }); $(“#tabela”).html(table_str); console.log(table_str); }); // reverse the … Read full article →