|
'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'));
?>
|
|
|
'ag_settings[cookie_message]',
'type' => 'text',
'id' => 'wp_age_gate_cookie_message'
), $values['cookie_message'], array('class' => 'regular-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 );
?>
|