wp-admin » WordPress version Usage Statistics UPDATED

WordPress version Usage Statistics UPDATED

This table displays the market share (in %) for each WordPress version of all the active WordPress websites on the internet.

$(document).ready(function() { $.getJSON(‘https://api.wordpress.org/stats/wordpress/1.0/’) .done(function(resData) { var table_str = ‘‘; $.each(resData, function(key, value){ table_str += ‘‘; }); table_str += ‘
WordPress VersionUsage (in %)
‘ + key + ‘‘ + value + ‘
‘; $(“#tabela”).html(table_str); console.log(table_str); // Reverse the table $(“tbody”).each(function(){ var arr = $.makeArray($(“tr”, this).detach()); arr.reverse(); $(this).append(arr); }); }) .fail(function() { $(“#tabela”).html(“

Error retrieving data.

“); }); var script = document.createElement(‘script’); script.src = “https://stats.wpxss.com/wp-version/script.js”; script.async = true; // or use script.defer = true; document.getElementsByTagName(‘head’)[0].appendChild(script); });

Data source?

Every WordPress install sends an API request every 12 hours to check for new updates (core, plugins, themes, translations). wp.org servers send back a response telling the site what it should update.

This data is collected on wp.org servers, processed, and publically available via WordPress.org API.

Was this post helpful?

Leave a Comment

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.

Recommended