Hi there John,
Thanks for getting in touch with us! I can help you out ๐
Just paste the code below in your theme’s (or child theme’s) functions.php file:
/* Tribe, remove recurrence from new event and edit event screens */
function tribe_remove_recurrence ( ) {
remove_action( 'tribe_events_date_display', array( 'Tribe__Events__Pro__Recurrence__Meta', 'loadRecurrenceData' ) );
}
add_action( 'admin_init', 'tribe_remove_recurrence' );
Please let me know if this works for you,
Have a great weekend,
Nico