tptn_log_retention_days
Override retention period for the visits log table.
Type: filter
Since: 4.3.0
Source: includes/admin/class-cron.php line 97
Parameters
| Type | Name | Description |
|---|---|---|
int |
$log_retention |
Number of days to retain raw visit log rows. |
Usage
add_filter( 'tptn_log_retention_days', function($log_retention) {
// ...
return $log_retention;
} );