choices ) ) {
$this->choices = array(
'1' => esc_html__( 'On', 'vamtam-consulting' ),
'0' => esc_html__( 'Off', 'vamtam-consulting' ),
);
}
$setting_value = $this->value();
if ( $setting_value === 'false' ) {
$setting_value = '0';
} elseif ( $setting_value === 'true' ) {
$setting_value = '1';
}
$name = '_customize-switch-' . $this->id;
if ( ! empty( $this->label ) ) : ?>
label ); ?>
description ) ) : ?>
description ) ?>
choices as $value => $label ) :
?>