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