HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-subject.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Alert Subject}}</h3>

    <div class="inside">
        <p>{{Format of the subject for the email alerts, by default the plugin will use the website name and the event identifier that is being reported, you can use this panel to include the IP address of the user that triggered the event and some additional data. You can create filters in your email client creating a custom email subject using the pseudo-tags shown below.}}</p>

        <form action="%%SUCURI.URL.Settings%%#alerts" method="post">
            <input type="hidden" name="sucuriscan_page_nonce" value="%%SUCURI.PageNonce%%" />

            <ul class="sucuriscan-subject-formats">
                %%%SUCURI.Alerts.Subject%%%

                <li>
                    <label>
                        <input type="radio" name="sucuriscan_email_subject" value="custom" %%SUCURI.Alerts.CustomChecked%% />
                        <span>{{Custom Format}}</span>
                        <input type="text" name="sucuriscan_custom_email_subject" value="%%SUCURI.Alerts.CustomValue%%" data-cy="sucuriscan_alerts_subject_input" />
                    </label>
                </li>
            </ul>

            <div class="sucuriscan-recipient-form">
                <button type="submit" class="button button-primary" data-cy="sucuriscan_alerts_subject_submit">{{Submit}}</button>
            </div>
        </form>
    </div>
</div>