/var/www/html_uk/wp-content/plugins/automatewoo/templates/honeypot-field.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// phpcs:ignoreFile
/**
 * Override this template by copying it to yourtheme/automatewoo/honeypot-field.php
 */

namespace AutomateWoo;

if ( ! 
defined'ABSPATH' ) ) {
    exit;
}

?>

<p class="aw-communication-form__text-field woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide aw-hidden" aria-hidden="true">
    <label for="automatewoo_hp_firstname" aria-hidden="true"><?php _e'First name''automatewoo' ); ?>:</label>
    <input type="text" name="<?php echo esc_attrapply_filters'automatewoo/honeypot_field/name''firstname' ) ); ?>"
           id="automatewoo_hp_firstname"
           class="woocommerce-Input woocommerce-Input--email input-text"
           autocomplete="nope"
           aria-hidden="true">
</p>