PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
widgets
/
fields
<?php class QodeFrameworkFieldWidgetText extends QodeFrameworkFieldWidgetType { public function render() { ?> <input class="widefat" id="<?php echo esc_attr( $this->params['id'] ); ?>" name="<?php echo esc_attr( $this->params['name'] ); ?>" type="text" value="<?php echo esc_attr( $this->params['value'] ); ?>"/> <?php } }
[-] class-qodeframeworkfieldwidgetcolor.php
[edit]
[-] class-qodeframeworkfieldwidgetselect.php
[edit]
[+]
..
[-] class-qodeframeworkfieldwidgetimage.php
[edit]
[-] class-qodeframeworkfieldwidgettext.php
[edit]
[-] class-qodeframeworkfieldwidgeticon.php
[edit]
[-] class-qodeframeworkfieldwidgettextarea.php
[edit]
[-] class-qodeframeworkfieldwidgettype.php
[edit]
[-] class-qodeframeworkfieldwidgeticonpack.php
[edit]