HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux server-manager.elshandawiily.com 4.18.0-553.87.1.el8_10.x86_64 #1 SMP Mon Dec 1 05:11:16 EST 2025 x86_64
User: elshanda (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/elshanda/public_html/wp-content/plugins/woocommerce-multilingual/templates/setup/header.twig
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" {{ language_attributes() }}>
<head>
    <meta name="viewport" content="width=device-width"/>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>{{ title }}</title>
    {{ wp_print_scripts( 'wcml-setup' ) }}
    {{ wp_do_action( 'admin_enqueue_scripts' ) }}
    {{ wp_print_scripts( 'wpml-posthog' ) }} {# Needs to be after `admin_enqueue_scripts` where it's enqueued / See entry point in wpml/wpml/src/config-scripts.php #}
    {{ wp_do_action( 'admin_print_styles' ) }}
    {{ wp_do_action( 'admin_head' ) }}
</head>
<body class="wcml-setup wp-core-ui">
<div class="wcml-setup__wrapper">
<h1 id="wcml-logo"><img
                src="{{ WCML_PLUGIN_URL }}/res/images/wcml-logo.svg"
                alt="WPML Multilingual & Multicurrency for WooCommerce"/></h1>

{% if has_handler %}
<form class="wcml-setup-form" method="post">
    <input type="hidden" name="nonce" value="{{ nonce }}"/>
    <input type="hidden" name="handle_step" value="{{ step }}"/>
{% endif %}