We'll create fresh WordPress site with Plugin Activation Tracker installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Keep track of plugins you activate or deactivate through the dashboard by viewing when each and every one of them was enabled or disabled.
This plugin allows storing plugin status tracker records for 60 days. Site administrator can customize the duration as their requirements.
Current features:
While by default the date & time settings are being used, you can always change the date format by filtering ‘pat_date_time_format_gwl’. For instance:
<?php
add_filter( 'pat_date_time_format_gwl', 'my_pat_date_time_format_gwl' );
function my_pat_date_time_format_gwl( $date_format ) {
return 'm-d-Y';
}
Here’s some more info on date & time formatting in WordPress
Feel free to post your feature requests and issues.