Tribe__Events__Aggregator__Records::get_retention()
Fetches the Amount of seconds that we will hold a Record Log on the Posts Table.
Return
(int)
Source
File: src/Tribe/Aggregator/Records.php
public function get_retention() {
return apply_filters( 'tribe_aggregator_record_retention', WEEK_IN_SECONDS );
}
Changelog
| Version | Description |
|---|---|
| 4.3.2 | Introduced. |