Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Response
/
cgi-bin
/
wp-admin
/
wp-content
/
plugins
/
formidable-pro
/
classes
/
models
:
FrmProFieldTextSettings.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'You are not allowed to call this page directly.' ); } /** * @since 2.03.05 */ class FrmProFieldTextSettings extends FrmProFieldSettings { public function __construct( array $field_options ) { parent::__construct( $field_options ); } /** * Set the use_key property for a hidden field * * @since 2.03.05 */ protected function set_use_key() { $this->use_key = false; } }