';
elseif ( $term_thumb_id ) :
\SWELL_Theme::get_image( $term_thumb_id, [
'class' => 'p-termHead__thumbImg u-obf-cover', // obfはdescription長い時用
'alt' => '',
'loading' => apply_filters( 'swell_term_thumbnail_lazy_off', true ) ? 'none' : SWELL_Theme::$lazy_type,
'echo' => true,
]);
endif;
?>
=wp_kses( do_shortcode( nl2br( $description ) ), SWELL_Theme::$allowed_text_html )?>