Question about the days in Activity Log
-
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'; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Question about the days in Activity Log’ is closed to new replies.