Hi
I really want to make it so that when entering an event via the community events plugin – it does not include the “TAGS” entry box.
I have already edited that very page for other reasons, eg:
plugins\the-events-calendar-community-events\src\views\community\edit-event.php
But… in the area of code I would expect to find mention of tags, I can see everything else but not what calls the tag entry. Eg the code extract below… image, venue etc etc. Where is the line that produces the “tag” box?
Thanks!!
——————————————————————————
extract of:
plugins\the-events-calendar-community-events\src\views\community\edit-event.php
<?php do_action( ‘tribe_events_community_after_the_content’ ); ?>
<?php tribe_get_template_part( ‘community/modules/taxonomy’ ); ?>
<?php tribe_get_template_part( ‘community/modules/image’ ); ?>
<?php tribe_get_template_part( ‘community/modules/datepickers’ ); ?>
<?php tribe_get_template_part( ‘community/modules/venue’ ); ?>
<?php tribe_get_template_part( ‘community/modules/organizer’ ); ?>
<?php tribe_get_template_part( ‘community/modules/website’ ); ?>
<?php tribe_get_template_part( ‘community/modules/custom’ ); ?>
<?php tribe_get_template_part( ‘community/modules/cost’ ); ?>
<!– Spam Control –>