HEX
Server: Apache
System: Linux webm014.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: circuix (152771)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/circuix/adrRc/wp-content/plugins/weglot/templates/admin/pages/nav.php
<?php

use WeglotWP\Helpers\Helper_Tabs_Admin_Weglot;

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

?>

<nav class="nav-tab-wrapper">
	<?php
	foreach ( $this->tabs as $key => $weglot_tab ) {
		$class_active = ( $this->tab_active === $key ) ? 'nav-tab-active' : '';
		if ( Helper_Tabs_Admin_Weglot::STATUS !== $key ) {
			?>
		<a
			href="<?php echo esc_url( $weglot_tab['url'] ); ?>"
			class="nav-tab <?php echo esc_attr( $class_active ); ?>">
			<?php echo esc_html( $weglot_tab['title'] ); ?>
		</a>
			<?php
		}
	}
	?>
</nav>