feed_link

feed_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('feed_link') is found 1 times:

  • /wp-includes/link-template.php line 732
    	 * @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