check if WordPress website has updates remotely
There is no dedicated way to check a version of WP install remotely. On other hand this isn’t really complicated, you could scrape a page for generator meta tag or just readme.html of WP core since you would know exact location of it. For checking what’s available you can call to WordPress org updates API, … Read more