name = 'number'; // do not delete! parent::__construct(); } function render_field($args) { $field_value = $this->get_value($args); $min = ( isset( $args['field']['min'] ) ) ? intval($args['field']['min']) : 0 ; $max = ( isset( $args['field']['max'] ) ) ? intval($args['field']['max']) : 100 ; $step = ( isset( $args['field']['step'] ) ) ? intval($args['field']['step']) : 1 ; echo ''; } } endif;