$feature_link ) : $classes = 'cat-item ' . ( 'one' === $style ? 'card-layout' : 'simple-layout' ); $color = ! empty( $feature_link['color'] ) ? '--pt-accent-color: ' . esc_attr( $feature_link['color'] ) . '; --pt-accent-40-color: ' . esc_attr( blogsy_luminance( $feature_link['color'], .40 ) ) . '; --pt-accent-80-color: ' . esc_attr( blogsy_luminance( $feature_link['color'], .80 ) ) . ';' : ''; $a_link = $feature_link['link']['url'] ?? ''; $a_link_title = $feature_link['link']['title'] ?? ''; $a_link_target = $feature_link['link']['target'] ?? '_self'; ?>