whoami7 - Manager
:
/
home
/
techyfnq
/
public_html
/
wp-content
/
plugins
/
site-reviews
/
views
/
pages
/
documentation
/
Upload File:
files >> //home/techyfnq/public_html/wp-content/plugins/site-reviews/views/pages/documentation/index.php
<?php defined('ABSPATH') || exit; ?> <div class="wrap"> <hr class="wp-header-end" /> <?= $notices; ?> <p><?= _x('Click an active tab to expand/collapse all sections.', 'admin-text', 'site-reviews'); ?></p> <nav class="glsr-nav-tab-wrapper nav-tab-wrapper"> <?php foreach ($tabs as $id => $title) : ?> <a class="glsr-nav-tab nav-tab" data-id="<?= $id; ?>" href="<?= esc_url(glsr_admin_url('documentation', $id)); ?>" tabindex="0"><?= $title; ?></a> <?php endforeach; ?> </nav> <?php foreach ($tabs as $id => $title) : ?> <div class="glsr-nav-view ui-tabs-hide" id="<?= $id; ?>"> <?php glsr()->render('pages/documentation/'.$id, $data); ?> </div> <?php endforeach; ?> <input type="hidden" name="_active_tab"> <input type="hidden" name="_wp_http_referer" value="<?= $http_referer; ?>"> </div>
Copyright ©2021 || Defacer Indonesia