Is any information available in PHP files in WP about plugin activation history?

I want to identify the plugin names earlier activated on my WordPress site.

Topic deactivated-plugin activation plugins Wordpress

Category Web


Unless you had something installed to track it, then no, that information is lost.

WP does not track that information out of the box. Post revisions are the closest thing you will find to an audit log, and those only track changes to posts.

You have 2 options to retrieve it:

  • Try to remember which plugins were active
  • Hope that you have backups from that time you can restore and check

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.