tag_feed_link

tag_feed_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('tag_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 993
    989
    990
    991
    992
    993
    994
    995
    996
    997
    998
    999
         *
         * @param string $link The tag feed link.
         * @param string $feed Feed type. Possible values include 'rss2', 'atom'.
         */
        $link = apply_filters( 'tag_feed_link', $link, $feed );
    } else {
        /**
         * Filters the feed link for a taxonomy other than 'category' or 'post_tag'.
         *
         * @since 3.0.0
         *