最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

How to find out when Wordpress version last updated

matteradmin8PV0评论

I'm trying to troubleshoot a Wordpress site that has been automatically downloading minor version revisions. I can easily see which version of Wordpress it is using, and I can see on the main Wordpress website when that version was released, but I am not able to see when that version was applied to my site. Is there a way to find this out without logging onto the server to check the timestamp on the files that were updated?

Checking this site and Google, I haven't been able to even find someone asking this question. (The bugs we are seeing started around the time WP released the update, so we're trying to figure out if our issues are related or not.)

Thank you!

I'm trying to troubleshoot a Wordpress site that has been automatically downloading minor version revisions. I can easily see which version of Wordpress it is using, and I can see on the main Wordpress website when that version was released, but I am not able to see when that version was applied to my site. Is there a way to find this out without logging onto the server to check the timestamp on the files that were updated?

Checking this site and Google, I haven't been able to even find someone asking this question. (The bugs we are seeing started around the time WP released the update, so we're trying to figure out if our issues are related or not.)

Thank you!

Share Improve this question asked Jan 19, 2016 at 23:35 TAHTAH 2351 gold badge2 silver badges8 bronze badges 1
  • The file is overwrited with creation date so it won't be the date of being last modified. – Levi Josman Commented Apr 13, 2019 at 22:59
Add a comment  | 

1 Answer 1

Reset to default 9

You could check the date stamps of the files on your server, using an FTP client.

Edit: taking Mark's comment in consideration, it's probably best to check the modification date of the version.php file inside the /wp-includes/ folder of your Wordpress installation. This file should always be modified when Wordpress is updated.

Post a comment

comment list (0)

  1. No comments so far