Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Question about the days in Activity Log

$
0
0

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';
}

Viewing all articles
Browse latest Browse all 59525

Trending Articles