Question

Is there a way to check when for the first time a particular plugin was installed in the WordPress?

I need this information to prove my integrity somewhere.

Was it helpful?

Solution

When plugins were activated is not logged by WordPress. If the plugin hasn't been updated then the file modified time in the file system might be useful for telling you when the plugin was at least uploaded.

If you have regular database backups then you could look at active_plugins in wp_options to get an idea of when plugins were activated based on which backup the plugin first appears in.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top