File "scheduled.php"

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

<?php
$table = new Tribe__Events__Aggregator__Record__List_Table();
$table->prepare_items();
?>

<?php echo Tribe__Events__Aggregator__Tabs__Scheduled::instance()->maybe_display_aggregator_missing_license_key_message(); ?>
<?php $table->views(); ?>
<form id="posts-filter" method="get">
<?php
$table->nonce();
$table->search_box( 'Search', 'search_ea_scheduled' );
$table->display();
?>
</form>