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: /home-ssd1/busines1/www/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_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.png"
                alt="WooCommerce Multilingual"/></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 %}