term_id, 'display_type', true );
$image = '';
$thumbnail_id = absint( get_woocommerce_term_meta( $term->term_id, 'thumbnail_id', true ) );
if ( $thumbnail_id )
$image = wp_get_attachment_url( $thumbnail_id );
else
$image = woocommerce_placeholder_img_src();
?>
|
|
|
|
';
}
return $columns;
}
}
endif;
return new WC_Admin_Taxonomies();