Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26904, comment 3


Ignore:
Timestamp:
01/22/2014 04:32:26 PM (12 years ago)
Author:
Veraxus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26904, comment 3

    initial v1  
    44Right now I'm only trying to log actions taken through the admin. If a file changes on the server, I wouldn't be able to assign "blame", which is the primary reason I'm making this.
    55
    6 That said, my Wish List includes using WordPress's "remote change detection" functionality to log remote deletions as well... but it's just a "would be nice to have" feature.
     6That said, my Wish List includes using WordPress's ability to detect remote deletions to log those as well... but right now it's just a "would be nice to have" feature, while this is a blocker.
    77
    88I've been experimenting with a 'delete_plugins' hook instead ( in delete_plugins() ), and that is working ''very'' reliably for detecting when plugins are deleted from the admin. Once I've done some more testing (bulk deletes, custom and automatic uninstalls, etc) I'll post that patch.