PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
fields-nav-menu
<?php class QodeFrameworkFieldNavMenuText extends QodeFrameworkFieldNavMenuType { function __construct( $params ) { parent::__construct( $params ); } public function render() { ?> <p class="description description-wide <?php echo esc_attr( $this->params['class'] ); ?>"> <label for="<?php echo esc_attr( $this->params['id'] ); ?>"><?php echo esc_html( $this->title ); ?><br/> <input type="text" id="<?php echo esc_attr( $this->params['id'] ); ?>" class="widefat <?php echo esc_attr( $this->params['id'] ); ?>" name="<?php echo esc_attr( $this->params['field_name'] ); ?>" value="<?php echo esc_attr( $this->params['value'] ); ?>"/> <span class="description"><?php echo esc_html( $this->description ); ?></span> </label> </p> <?php } }
[-] class-qodeframeworkfieldnavmenutype.php
[edit]
[+]
..
[-] class-qodeframeworkfieldnavmenuselect.php
[edit]
[-] class-qodeframeworkfieldnavmenutext.php
[edit]
[-] class-qodeframeworkfieldnavmenuicon.php
[edit]
[-] class-qodeframeworkfieldnavmenuiconpack.php
[edit]
[-] class-qodeframeworkfieldnavmenucheckbox.php
[edit]