json[ 'link' ] = $this->get_link(); $this->json[ 'value' ] = $this->value(); $this->json[ 'id' ] = $this->id; $this->json[ 'default' ] = $this->default; $this->json[ 'reset_title' ] = esc_attr__( 'Reset', 'bhari' ); $this->json[ 'min'] = $this->min; $this->json[ 'max' ] = $this->max; $this->json[ 'step' ] = $this->step; $this->json[ 'unit' ] = $this->unit; $this->json[ 'tooltip' ] = $this->tooltip; } public function content_template() { ?>
<# if ( '' !== data.default ) { #> <# } #>