term_id; $term_description = apply_filters( 'arkhe_term_description', $term_obj->description, $term_id ); $show_description = apply_filters( 'arkhe_show_term_description', ! empty( $term_description ), $term_id ); $bgimg_id = apply_filters( 'arkhe_ttlbg_img_id', 0, $term_id ); $lazy_type = apply_filters( 'arkhe_use_lazy_top_area', false ) ? Arkhe::get_lazy_type() : ''; // 追加クラス(画像がなければフィルターもなし) $add_area_class = $bgimg_id ? '-filter-' . Arkhe::get_setting( 'title_bg_filter' ) : '-filter-none -noimg'; ?>
' . single_term_title( '', false ) . ''; // phpcs:ignore ?>
'p-topArea__img c-filterLayer__img u-obf-cover', 'alt' => '', 'loading' => $lazy_type, 'aria-hidden' => 'true', 'decoding' => 'async', 'echo' => true, )); endif; ?>