feed_link

feed_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('feed_link') is found 1 times:

  • /wp-includes/link-template.php line 732
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
         * @param string $output The feed permalink.
         * @param string $feed   The feed type. Possible values include 'rss2', 'atom',
         *                       or an empty string for the default feed type.
         */
        return apply_filters( 'feed_link', $output, $feed );
    }
     
    /**
     * Retrieves the permalink for the post comments feed.
     *
     * @since 2.2.0