🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
admin-views
/
aggregator
/
Editing: tab.php
<?php $tab = $this->tabs->get_active(); ?> <form method="POST" class="tribe-ea-form tribe-ea-tab tribe-validation <?php echo sanitize_html_class( 'tribe-ea-tab-' . $tab->get_slug() ); ?>"> <?php $tab->render(); ?> </form>
Save
Cancel