[wp-hackers] RSS2 Action
Chris Poteet
cpoteet at siolon.com
Tue Apr 15 02:06:08 GMT 2008
Why doesn't this work?
<?php
/*
Meta Data
*/
function addContent() {
echo '<p>I got here</p>';
}
add_action('rss2_item', 'addContent'');
?>
More information about the wp-hackers
mailing list