HEX
Server: Apache
System: Linux beta.alfanet.ee 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: busines1 (1252)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/woocommerce-multilingual/templates/nav-menus-full.twig
<nav class="wcml-tabs wpml-tabs">
    <a class="nav-tab {{ menu.translations.active }}" href="{{ menu.translations.url }}">{{ menu.translations.title }}</a>

    {% if can_manage_options %}
        <a class="nav-tab {{ menu.settings.active }}" href="{{ menu.settings.url }}">{{ menu.settings.name }}</a>
    {% endif %}
    {%  if can_operate_options %}
        <a class="nav-tab {{ menu.slugs.active }}" href="{{ menu.slugs.url }}">{{ menu.slugs.name }}</a>
    {% endif %}
    {% if can_manage_options %}
        <a class="nav-tab {{ menu.status.active }}" href="{{ menu.status.url }}">{{ menu.status.name }}</a>
        {% if menu.troubleshooting.active %}
            <a class="nav-tab troubleshooting {{ menu.troubleshooting.active }}" href="{{ menu.troubleshooting.url }}">{{ menu.troubleshooting.name }}</a>
        {% endif %}
    {% endif %}
    {%  if can_operate_options %}
        <a class="nav-tab {{ menu.multi_currency.active }}" href="{{ menu.multi_currency.url }}">{{ menu.multi_currency.name }}</a>
    {% endif %}
</nav>