Replies: 0
Hi there,
first of all, thanks a lot for that great plugin. Everything is working pretty well on my site.
I have a question about the days of the Activity Log, to delete it all 4 days, do I need to put the code into the functions.php of my child theme?
If so, the code will be:
add_filter( 'sgs_set_activity_log_lifetime', 'set_custom_log_lifetime' );
function set_custom_log_lifetime() {
return '4';
}