Why doesn't this work? <?php /* Meta Data */ function addContent() { echo '<p>I got here</p>'; } add_action('rss2_item', 'addContent''); ?>