json['value'] = $this->value(); $this->json['choices'] = $this->choices; $this->json['link'] = $this->get_link(); $this->json['default'] = $this->setting->default; $this->json['choices']['min'] = ( isset( $this->choices['min'] ) ) ? $this->choices['min'] : '0'; $this->json['choices']['max'] = ( isset( $this->choices['max'] ) ) ? $this->choices['max'] : '100'; $this->json['choices']['step'] = ( isset( $this->choices['step'] ) ) ? $this->choices['step'] : '1'; } public function content_template() { ?>