if ( $show_tag_feed ) { $term =
get_queried_object();
if ( $term ) { $title =
sprintf( $args['tagtitle'
],
get_bloginfo( 'name'
),
$args['separator'
],
$term->name
);
$href =
get_tag_feed_link( $term->term_id
);
} } } elseif ( is_tax() ) { /**
* Filters whether to display the custom taxonomy feed link.
*
* @since 6.1.0
*
* @param bool $show Whether to display the custom taxonomy feed link. Default true.
*/
$show_tax_feed =
apply_filters( 'feed_links_extra_show_tax_feed', true
);