is_taxonomy() ) : ?>
get_name() ) ); ?>
|
is_taxonomy() && $attribute_taxonomy = $attribute->get_taxonomy_object() ) {
$attribute_types = wc_get_attribute_types();
if ( ! array_key_exists( $attribute_taxonomy->attribute_type, $attribute_types ) ) {
$attribute_taxonomy->attribute_type = 'select';
}
if ( 'select' === $attribute_taxonomy->attribute_type ) {
?>
|