Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created November 27, 2013 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ckpicker/7682707 to your computer and use it in GitHub Desktop.
Save ckpicker/7682707 to your computer and use it in GitHub Desktop.
Community Events 3.2 // Hide recurrence on the submission form
add_action( 'wp_head', 'community_add_css' );
function community_add_css() {
if (tribe_is_community_edit_event_page() || tribe_is_community_my_events_page()) {
?>
<style>
.recurrence-row {display:none !important;}
</style>
<?php
}
}
@cyberespia
Copy link

Does not work in version: 5.2.0

@ckpicker
Copy link
Author

@cyberespia It's probably best for you to reach out to Modern Tribe support. This gist is 7 years old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment