| Server IP : 121.121.20.254 / Your IP : 216.73.216.165 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/6pocketz/wp-content/plugins/elex-request-a-quote/view/ |
Upload File : |
<div class="p-2 pe-4"> <div class="d-flex gap-4 py-4"> <div class="elex-rqust-quote-noti-settings-nav"> <div class="border border-primary rounded-3 p-2"> <div class="nav nav-pills flex-column text-center gap-3"> <?php foreach ( $sub_tabs as $subtab ) : $url = add_query_arg( array( 'page' => $plugin_page, 'tab' => 'notification', 'subtab' => $subtab['slug'], ), admin_url( 'admin.php' ) ); ?> <a href="<?php echo esc_url( $url ); ?>" class="btn btn-sm nav-link <?php echo $active_subtab === $subtab['slug'] ? 'active' : ''; ?> "> <?php echo esc_html_e( $subtab['title'] ); ?> </a> <?php endforeach; ?> </div> </div> </div>