pojome / activity-log

Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.

Home Page:http://wordpress.org/plugins/aryo-activity-log/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce filters in the aal_insert_log() function

asafm7 opened this issue · comments

Introduce filters in the aal_insert_log() function.

This can allow more flexibility.

Between the rest, it can allow to short-circuit the function under specific conditions.

I, for example, look for a way to exclude post-draft changes from the log, as they flood it.