関数 the_feed_link()
2015/01/14
関数 the_feed_link()
定義ファイル :/blog/wp-includes/link-template.php 2
1 2 3 4 5 | function the_feed_link( $anchor, $feed = '' ) { $link = '<a href="' . esc_url( get_feed_link( $feed ) ) . '">' . $anchor . '</a>'; echo apply_filters( 'the_feed_link', $link, $feed ); } |