choices ) ) {
return;
}
$selected = $this->value();
$input_id = '_customize-input-' . $this->id;
$description_id = '_customize-description-' . $this->id;
$describedby_attr = ( ! empty( $this->description ) ) ? ' aria-describedby="' . esc_attr( $description_id ) . '" ' : '';
if ( ! is_array( $selected ) ) {
// back-compt.
$selected = empty( $selected ) ? [] : [ $selected ];
}
?>
label ) ) : ?>
description ) ) : ?>
description ); ?>