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
1 Answer
Reset to default 9You 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.