C:\xampp\htdocs\landing\wp-content\plugins\hummingbird-performance\admin\views\tabs.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
 * Tabs template
 *
 * @package Hummingbird
 */

if ( ! defined'ABSPATH' ) ) {
    exit;
}

?>

<div class="sui-sidenav">
    <ul class="sui-vertical-tabs sui-sidenav-hide-md">
        <?php foreach ( $this->get_tabs() as $tab_id => $name ) : ?>
            <li class="sui-vertical-tab <?php echo ( $tab_id === $this->get_current_tab() ) ? 'current' null?>">
                <a href="<?php echo esc_url$this->get_tab_url$tab_id ) ); ?>">
                    <?php echo esc_html$name ); ?>
                </a>
                <?php do_action'wphb_admin_after_tab_' $this->get_slug(), $tab_id ); ?>
            </li>
        <?php endforeach; ?>
    </ul>

    <div class="sui-sidenav-hide-lg">
        <select class="sui-mobile-nav">
            <?php foreach ( $this->get_tabs() as $tab_id => $name ) : ?>
                <option value="<?php echo esc_url$this->get_tab_url$tab_id ) ); ?><?php selected$this->get_current_tab(), $tab_id ); ?>>
                    <?php echo esc_html$name ); ?>
                </option>
            <?php endforeach; ?>
        </select>
    </div>
</div>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586