Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
qode-optimizer
/
inc
/
admin
/
inc
/
common
/
fields
/
File Content:
class-qode-optimizer-framework-field-number.php
<?php if ( ! defined( 'ABSPATH' ) ) { // Exit if accessed directly. exit; } class Qode_Optimizer_Framework_Field_Number extends Qode_Optimizer_Framework_Field_Type { public function render_field() { ?> <?php if ( ! empty( $this->args['custom_class'] ) ) { ?> <div <?php qode_optimizer_class_attribute( $this->args['custom_class'] ); ?>> <?php } ?> <?php $min = 0; $max = 9999; if ( ! empty( $this->args['min'] ) ) { $min = $this->args['min']; } if ( ! empty( $this->args['max'] ) ) { $max = $this->args['max']; } if ( $this->params['suffix'] || $this->params['prefix'] ) { ?> <div class="input-group"> <?php } if ( $this->params['prefix'] ) { ?> <div class="input-group-addon input-prefix"> <?php echo esc_html( $this->params['prefix'] ); ?> </div> <?php } ?> <input type="number" <?php qode_optimizer_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'] ) ); ?>" min="<?php echo esc_attr( $min ); ?>" max="<?php echo esc_attr( $max ); ?>" <?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 } ?> <?php if ( $this->params['suffix'] || $this->params['prefix'] ) { ?> </div> <?php } if ( ! empty( $this->args['custom_class'] ) ) { ?> </div> <?php } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-qode-optimizer-framework-field-checkbox.php
1557 bytes
0644
class-qode-optimizer-framework-field-color.php
904 bytes
0644
class-qode-optimizer-framework-field-date.php
938 bytes
0644
class-qode-optimizer-framework-field-file.php
1573 bytes
0644
class-qode-optimizer-framework-field-font.php
1291 bytes
0644
class-qode-optimizer-framework-field-googlefont.php
1042 bytes
0644
class-qode-optimizer-framework-field-hidden.php
793 bytes
0644
class-qode-optimizer-framework-field-image.php
2022 bytes
0644
class-qode-optimizer-framework-field-number.php
1588 bytes
0644
class-qode-optimizer-framework-field-radio.php
1925 bytes
0644
class-qode-optimizer-framework-field-select.php
1534 bytes
0644
class-qode-optimizer-framework-field-text.php
1468 bytes
0644
class-qode-optimizer-framework-field-textarea.php
740 bytes
0644
class-qode-optimizer-framework-field-textareaeditor.php
454 bytes
0644
class-qode-optimizer-framework-field-textareahtml.php
497 bytes
0644
class-qode-optimizer-framework-field-type.php
5916 bytes
0644
class-qode-optimizer-framework-field-yesno.php
1040 bytes
0644
N4ST4R_ID | Naxtarrr