OutPlug helps WordPress site owners:
OutPlug is lightweight, safe, and follows WordPress best practices using the Settings API and transients for caching.
This plugin connects to an API to obtain plugin information via the WordPress Plugin API, it’s needed to show the date the plugin was last updated.
It sends the each individual plugin to the API to determine the information either when the page is loaded or when it is refreshed.
More information can be found at https://developer.wordpress.org/rest-api/
Optional configuration file: outplug-config.php
– stale_months : integer, months before plugin is considered stale
– send_emails : boolean, send email alerts to admin
– debug : boolean, log debug info to PHP error log