General Discussions
3
Posts
2
Users
1
Reactions
2,276
Views
Apr 03, 2018 10:19 am
Hi. Is there a list of functions that wpForo uses when submitting a post, moving, deleting, liking etc ? I have a need to create an audit log of all actions (mostly for security and compliance) and will be using Simple History 2 for this - https://wordpress.org/plugins/simple-history/
Simple History has some useful logging functions that can be called when needed, so I'm just after a list of the functions that wpForo uses to trigger these.
Thanks
2 Replies
Apr 03, 2018 4:11 pm
I'm sorry but I can't list all functions here. Most of those are methods of classes. There is no a separate function for each action. And you also can't use Query Monitor plugin, because most of actions are being done before redirection to the actual page or via AJAX.