default; } else { $value = $this->get_option(); } echo '
'; if ( $this->prefix ) { echo '' . $this->prefix . ''; } echo 'size > 0 ) { echo ' maxlength="' . intval( $this->size ) . '"'; } if ( $this->placeholder != '' ) { echo ' placeholder="' . esc_attr( $this->placeholder ) . '"'; } echo '>'; if ( $this->suffix ) { echo '' . $this->suffix . ''; } echo '
'; } }