| Server IP : 199.250.200.62 / Your IP : 216.73.217.89 Web Server : Apache System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : jasonp18 ( 1000) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/jasonp18/www/wp-content/plugins/strong-testimonials/admin/settings/partials/ |
Upload File : |
<div class="match-height gutter">
<fieldset>
<label for="wpmtst-options-mail-queue">
<input id="wpmtst-options-mail-queue"
type="checkbox"
name="wpmtst_form_options[mail_queue]" <?php checked( $form_options['mail_queue'] ); ?>>
<?php esc_html_e( 'Use mail queue. For services like Mandrill. Off by default.', 'strong-testimonials' ); ?>
</label>
</fieldset>
</div>
<div class="email-option-first">
<div class="email-option-row">
<div class="email-option-desc">
<?php esc_html_e( 'From', 'strong-testimonials' ); ?>
</div>
<div class="email-option-inputs">
<div class="email-option header">
<div class="email-option-part">
<div class="email-option-label">
<?php esc_html_e( 'Name', 'strong-testimonials' ); ?>
</div>
</div>
<div class="email-option-part">
<div class="email-option-label">
<?php esc_html_e( 'Email', 'strong-testimonials' ); ?>
</div>
</div>
</div>
<div class="email-option body recipient">
<div class="email-option-part">
<div class="email-option-fieldset">
<div class="controls"></div>
<div class="fields">
<input type="text"
id="wpmtst-options-sender-name"
name="wpmtst_form_options[sender_name]"
value="<?php echo esc_attr( $form_options['sender_name'] ); ?>"
placeholder="<?php esc_html_e( '(optional)', 'strong-testimonials' ); ?>">
</div>
</div>
</div>
<div class="email-option-part">
<div class="email-option-fieldset">
<div class="controls">
<input type="radio"
id="wpmtst-options-sender-site-email-1"
name="wpmtst_form_options[sender_site_email]" <?php checked( $form_options['sender_site_email'], 1 ); ?>
value="1">
</div>
<div class="fields">
<?php esc_html_e( 'admin:', 'strong-testimonials' ); ?>
<?php esc_html_e( get_bloginfo( 'admin_email' ) ); ?>
</div>
</div>
<div class="email-option-fieldset">
<div class="controls">
<input class="focus-next-field" type="radio"
id="wpmtst-options-sender-site-email-0"
name="wpmtst_form_options[sender_site_email]" <?php checked( $form_options['sender_site_email'], 0 ); ?>
value="0">
</div>
<div class="fields">
<input type="email"
id="wpmtst-options-sender-email"
name="wpmtst_form_options[sender_email]"
value="<?php echo esc_attr( $form_options['sender_email'] ); ?>"
placeholder="<?php esc_html_e( 'email address', 'strong-testimonials' ); ?>">
</div>
</div>
</div>
</div>
</div>
</div>
</div>