Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_feed_link [ WordPress Function ]

the_feed_link ( $anchor, $feed = '' )
Parameters:
  • (string) $anchor The link's anchor text.
  • (string) $feed Optional, defaults to default feed. Feed type.
Defined at:



Display the permalink for the feed type.

Source


<?php
function the_feed_link$anchor$feed '' ) {
    
$link '<a href="' esc_urlget_feed_link$feed ) ) . '">' $anchor '</a>';
    echo 
apply_filters'the_feed_link'$link$feed );
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics