���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/elirickard.com/wp-content/plugins/qode-framework/inc/common/fields/class-qodeframeworkfieldtext.php
���ѧ٧ѧ�
<?php class QodeFrameworkFieldText extends QodeFrameworkFieldType { public function render_field() { ?> <?php if ( ! empty( $this->args['custom_class'] ) ) : ?> <div <?php qode_framework_class_attribute( $this->args['custom_class'] ); ?>> <?php endif; ?> <?php if ( $this->params['suffix'] || $this->params['prefix'] ) : ?> <div class="input-group"> <?php endif; ?> <?php if ( $this->params['prefix'] ) : ?> <div class="input-group-addon input-prefix"> <?php echo esc_html( $this->params['prefix'] ); ?> </div> <?php endif; ?> <input type="text" <?php echo qode_framework_get_inline_attrs( $this->data_attrs ); ?> class="qodef-field qodef-input" name="<?php echo esc_attr( $this->name ); ?>" value="<?php echo esc_attr( esc_html( $this->params['value'] ) ); ?>" <?php if ( isset( $this->args['readonly'] ) ) { echo ' readonly'; } ?> /> <?php if ( $this->params['suffix'] ) : ?> <div class="input-group-addon input-suffix"> <?php echo esc_html( $this->params['suffix'] ); ?> </div> <?php endif; ?> <?php if ( $this->params['suffix'] || $this->params['prefix'] ) : ?> </div> <?php endif; ?> <?php if ( ! empty( $this->args['custom_class'] ) ) : ?> </div> <?php endif; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�