the_feed_link

the_feed_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 679
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
         * @param string $link The complete anchor tag for a feed link.
         * @param string $feed The feed type. Possible values include 'rss2', 'atom',
         *                     or an empty string for the default feed type.
         */
        echo apply_filters( 'the_feed_link', $link, $feed );
    }
     
    /**
     * Retrieves the permalink for the feed type.
     *
     * @since 1.5.0