ID; ?>
attribute_type!="select") : // always disable variation for select elements ?>
|
attribute_type=="select") : ?>
attribute_type=="multiselect") : ?>
'slug', 'hide_empty' => '0' ) );
if ($terms) :
foreach ($terms as $term) :
$checked = checked(in_array($term->slug, $term_slugs), true, false);
printf(''
, !empty($checked) ? 'class="selected"' : ''
, $i
, $term->slug
, $checked
, $term->name);
endforeach;
endif;
endif;
?>
attribute_type=="text") : ?>
|
attribute_type!="select") : // always disable variation for select elements ?>
|