get_linked_data(); ?> >
render_history_actions(); ?>
heading_divider ) { ?>
render_heading_divider( $this->heading_divider ); ?>
label ) { ?>
label; ?>
description ) : ?>
description; ?>
subtitle ) : ?>
input(
array(
'type' => 'range',
'label' => ( isset( $this->label ) ? $this->label : '' ),
'name' => '',
'id' => $this->id,
'value' => stripslashes( $this->value() ),
'data' => $this->get_customize_data(),
'min' => ( isset( $this->min ) ? $this->min : 0 ) ,
'max' => ( isset( $this->max ) ? $this->max : 100 ) ,
'step' => ( isset( $this->step ) ? $this->step : 1 ) ,
'placeholder' => $this->placeholder,
)
); ?>