• Resolved Curtiss Grymala

    (@cgrymala)


    I’m curious if there’s a simple way to log all plugin setting updates. I’m not sure if there’s a good way to hook into the update_option filters to log changes there (while making sure to exclude changes to transients), or if we really do need to extend each individual plugin we want to log changes for. Any advice would be appreciated. I have a site where we’d like to track any time someone makes changes to any and all settings in the system, so that we know who made them and when, in case we need to roll something back. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author eskapism

    (@eskapism)

    Not sure there is a simple way that works good. I would probably try to go the way you suggest with update_option, but it may be very much things that are logged + it may be difficult to know what plugin was behind each updated option. But perhaps with some logic in the function in may work fine.. I don’t have any more ideas that that at the moment. If you find a good solution please share it ??

Viewing 1 replies (of 1 total)
  • The topic ‘Any way to log all plugin setting updates?’ is closed to new replies.