Skip to content

Instantly share code, notes, and snippets.

@chikaibeneme
Created January 25, 2025 06:25
Show Gist options
  • Select an option

  • Save chikaibeneme/2a07a5ea489284f23c5486b6ff3863db to your computer and use it in GitHub Desktop.

Select an option

Save chikaibeneme/2a07a5ea489284f23c5486b6ff3863db to your computer and use it in GitHub Desktop.
Optimize Recurrence Period for Better Performance
function custom_recurrence_max_months( $value ) {
return 12; // Change to 6 or 12 for better performance
}
add_filter( 'tribe_get_option_recurrenceMaxMonthsAfter', 'custom_recurrence_max_months' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment