'ag_settings[instruction]', 'type' => 'text', 'id' => 'wp_age_gate_instruction' ), $values['instruction'], array('class' => 'regular-text ltr')); ?>

'ag_settings[messaging]', 'type' => 'text', 'id' => 'wp_age_gate_messaging' ), $values['messaging'], array('class' => 'regular-text ltr')); ?>

settings['restrictions']['remember']): ?> 'ag_settings[remember_me_text]', 'type' => 'text', 'id' => 'wp_age_gate_remember_me_text' ), $values['remember_me_text'], array('class' => 'regular-text ltr')); ?>
settings['restrictions']['input_type'] !== 'buttons'): ?> 'ag_settings[yes_no_message]', 'type' => 'text', 'id' => 'wp_age_gate_yes_no_message' ), $values['yes_no_message'], array('class' => 'regular-text ltr')); ?>

settings['restrictions']['input_type'] !== 'buttons'): ?> 'ag_settings[yes_text]', 'type' => 'text', 'id' => 'wp_age_gate_yes_text' ), $values['yes_text'], array('class' => 'small-text ltr')); ?>
settings['restrictions']['input_type'] !== 'buttons'): ?> 'ag_settings[no_text]', 'type' => 'text', 'id' => 'wp_age_gate_no_text' ), $values['no_text'], array('class' => 'small-text ltr')); ?>
'ag_settings[button_text]', 'type' => 'text', 'id' => 'wp_age_gate_button_text' ), $values['button_text'], array('class' => 'medium-text ltr')); ?>


false, 'quicktags' => false, 'tinymce' => array( 'wp_autoresize_on' => false, 'resize' => false, 'statusbar' => false, 'mce_buttons' => 'bold, italic' ), 'textarea_name' => 'ag_settings[additional]' ); wp_editor( html_entity_decode(stripslashes($values['additional'])), 'additional', $wysiwyg ); ?>

'ag_settings[invalid_input_msg]', 'type' => 'text', 'id' => 'wp_age_gate_invalid_input_msg' ), $values['invalid_input_msg'], array('class' => 'regular-text ltr')); ?>

*/ ?>
'ag_settings[under_age_msg]', 'type' => 'text', 'id' => 'wp_age_gate_under_age_msg' ), $values['under_age_msg'], array('class' => 'regular-text ltr')); ?>

*/ ?>
'ag_settings[generic_error_msg]', 'type' => 'text', 'id' => 'wp_age_gate_generic_error_msg' ), $values['generic_error_msg'], array('class' => 'regular-text ltr')); ?>

*/ ?>
'ag_validation[validate_required]', 'type' => 'text', 'id' => 'wp_age_gate_required' ), $validation['validate_required'], array('class' => 'regular-text ltr')); ?>

'ag_validation[validate_numeric]', 'type' => 'text', 'id' => 'wp_age_gate_numeric' ), $validation['validate_numeric'], array('class' => 'regular-text ltr')); ?>

'ag_validation[validate_min_len]', 'type' => 'text', 'id' => 'wp_age_gate_min_len' ), $validation['validate_min_len'], array('class' => 'regular-text ltr')); ?>

'ag_validation[validate_max_len]', 'type' => 'text', 'id' => 'wp_age_gate_max_len' ), $validation['validate_max_len'], array('class' => 'regular-text ltr')); ?>

'ag_validation[validate_max_numeric]', 'type' => 'text', 'id' => 'wp_age_gate_max_numeric' ), $validation['validate_max_numeric'], array('class' => 'regular-text ltr')); ?>