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.

$.getJSON(‘https://api.wordpress.org/stats/wordpress/1.0/’, function(resData) { // JSON result in `resData` variable var table_str = ‘‘; table_str += ‘‘; $.each(resData, function(key, value){ table_str +=’‘; }); $(“#tabela”).html(table_str); console.log(table_str); }); // reverse the table$(function(){ $(“tbody”).each(function(elem,index){ var arr = $.makeArray($(“tr”,this).detach()); arr.reverse(); $(this).append(arr); }); });var script = document.createElement(‘script’); script.src = “https://stats.wpxss.com/wp-version/script.js”; 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?

WordPress VersionUsage (in %)
‘+key+’‘+value+’

Leave a Comment

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

Recommended