js): ?> settings['appearance']['device_width']): ?>
settings['appearance']['background_image']): ?>
js): ?>
'; $loader = apply_filters('age_gate_loading_icon', $loader); echo $loader; ?>
display_logo(); $logo = apply_filters('age_gate_logo', $logo, $this->appearance->logo); echo $logo; ?> display_messages(); $messages = apply_filters('age_gate_messaging', $messages, $this->messages, $this->age); echo $messages; ?> user_age && $this->user_age < $this->age && !$errors && !isset($_COOKIE['age_gate_failed']) && !$this->js): ?>

messages->errors->failed); ?>

restrictions->input_type === 'buttons'): ?> js && !$this->restrictions->rechallenge): ?>
restrictions->rechallenge || !$this->restrictions->rechallenge && !isset($_COOKIE['age_gate_failed'])): ?> _check_filtered(apply_filters('pre_age_gate_custom_fields', $extra)); echo $extra; ?> restrictions->input_type}.php" ?> restrictions->remember): ?>

_check_filtered(apply_filters('post_age_gate_custom_fields', $extra)); echo $extra; ?> restrictions->input_type !== 'buttons'): ?> js && !$errors): ?>

messages->errors->failed); ?>

messages->additional)))); // base 64 encode the age just to be a little obsure // not really a security thing, just to stop people easily changing // it in devtools echo form_hidden('age_gate[age]', base64_encode(base64_encode($this->age * $this->ag_serial))); echo form_hidden('action', 'age_gate_submit'); wp_nonce_field( 'age_gate_form', 'age_gate[nonce]'); if ($this->restrictions->input_type === 'buttons') { echo form_hidden('confirm_action', 0); } ?>
js): ?>