File "tab.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/tab.php
File size: 224 bytes
MIME-type: text/x-php
Charset: utf-8

<?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>