golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/tabs
⬆️ Go Up
Upload
File/Folder
Size
Actions
edit.php
447 B
Del
OK
favorite.php
0 B
Del
OK
history.php
198 B
Del
OK
import-form.php
17.63 KB
Del
OK
new.php
109 B
Del
OK
scheduled.php
395 B
Del
OK
Edit: scheduled.php
<?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>
Save