0+
June 21, 2026
June 21, 2026
Ever wonder which plugins on your site haven’t been touched in years? Local Plugin Last Update adds a “Last Updated” column to your WordPress plugins list that shows the last time each plugin’s files were modified on your server.
Unlike the “last updated” date shown in the plugin repository (which reflects when the author released a new version), this plugin shows you the actual file modification date on your installation — making it a practical tool for auditing stale plugins, identifying what changed after a bulk update, or just keeping tabs on your site.
Features:
local-plugin-last-update folder to the /wp-content/plugins/ directory, or install directly from the WordPress plugin repository via Plugins Add New.The date your server’s filesystem last recorded a modification to the plugin’s main PHP file. This changes when the plugin is installed, updated, or when the file is otherwise written to on disk. It is not the release date from the WordPress.org plugin repository.
The wordpress.org repository shows when the plugin author published a new version. This plugin shows when the file on your server was last changed. If you installed a plugin a long time ago and it hasn’t been updated since, those two dates can be very different.
The WordPress plugins list isn’t backed by a database query the way post lists are, so the standard WP_List_Table orderby mechanism doesn’t apply. Sorting is handled in the browser using the file modification timestamps embedded in each row — it’s fast and requires no additional requests.
No — it only covers plugins shown in the standard Plugins admin screen.