🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
admin-views
/
aggregator
/
Editing: header.php
<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>
Save
Cancel