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/pointer-ui.twig
<div class="wcml-pointer-block" data-selector="{{ selector }}" data-insert-method="{{ insert_method }}" style="display:none;">
    <a id="wcml-pointer-target-{{ pointer }}" href="javascript:void(0)" class="otgs-ico-wpml wcml-pointer-link"
        data-wcml-open-pointer="wcml-pointer-{{ pointer }}" title="{{ description.trnsl_title|e }}">{{ description.trnsl_title|e }}</a>

    <div id="wcml-pointer-{{ pointer }}" style="display:none;">
        <div class="wcml-pointer-inner">
            <p class="wcml-information-paragraph">
                {{ description.content|raw }}
            </p>
            {% if description.doc_link %}
                <p class="wcml-information-link">
                    <a class="wcml-external-link" href="{{ description.doc_link }}" target="_blank">
                        {{ description.doc_link_text }}
                    </a>
                </p>
            {% endif %}
        </div>
    </div>
</div>