Skip to content

Instantly share code, notes, and snippets.

@bordoni
Created October 19, 2016 17:12
Show Gist options
  • Select an option

  • Save bordoni/2781f2029b646524be05165d479e152c to your computer and use it in GitHub Desktop.

Select an option

Save bordoni/2781f2029b646524be05165d479e152c to your computer and use it in GitHub Desktop.
<?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