Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Niko Vittaniemi

Does any log plugin work with admincolumns?

Hey there,

We are monitoring woocommerce changes with WP Activity Log and just noticed that we are not getting any logs tracked that are made with the inline edit function. Do you have any integrations for other plugins that could track the changes made by admin columns pro or would you have any tips how to start tracking the events?

1 week ago
Stefan van den Dungen Gronovius
Developer

We don’t currently offer any integrations with logging plugins.

However, if you`d like to track changes made through our inline or bulk editing features, you can use the following hook:

https://github.com/codepress/admin-columns-hooks/blob/master/ac-editing-saved.php

This hook is triggered whenever a value is updated through our editing functionality. It provides information such as the column name and the new value. However, it does not include the underlying field that was changed.

6 days, 19 hours ago