Created
October 19, 2016 17:12
-
-
Save bordoni/2781f2029b646524be05165d479e152c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function tribe_support_ea_records_retention( $old ) { | |
| return 5 * MINUTE_IN_SECONDS; | |
| } | |
| add_filter( 'tribe_aggregator_record_retention', 'tribe_support_ea_records_retention' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment