Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
admin-views
/
aggregator
:
header.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<h1><?php echo esc_html( $this->get_page_title() ); ?></h1> <h2 class="nav-tab-wrapper"> <?php foreach ( $this->tabs->get() as $tab ): ?> <?php if ( ! $tab->is_visible() ) { continue; } ?> <a id="<?php echo esc_attr( $tab->get_slug() ); ?>" class="nav-tab<?php echo ( $tab->is_active() ? ' nav-tab-active' : '' ); ?>" href="<?php echo esc_url( $tab->get_url() ); ?>"><?php echo esc_html( $tab->get_label() ); ?></a> <?php endforeach; ?> </h2>