Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rss2_item

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
48      <?php if ( strlen( $post->post_content ) > 0 ) : ?>
49           <content:encoded><![CDATA[<?php the_content_feed('rss2') ?>]]></content:encoded>
50      <?php else : ?>
51           <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
52      <?php endif; ?>
53 <?php endif; ?>
54           <wfw:commentRss><?php echo get_post_comments_feed_link(null, 'rss2'); ?></wfw:commentRss>
55           <slash:comments><?php echo get_comments_number(); ?></slash:comments>
56 <?php rss_enclosure(); ?>
57      <?php do_action('rss2_item'); ?>
58      </item>
59      <?php endwhile; ?>
60 </channel>
61 </rss>
62