On Mon, Dec 17, 2012 at 7:52 AM, Philip M. Hofer (Frumph)
<[email protected]> wrote:
> yeah it's returning, not echo'ing ..
>
> will try later on with _feed
Well, I can't duplicate this. This code works fine on a base install.
add_filter('the_content_feed','add_to_feed');
add_filter('the_excerpt_rss','add_to_feed');
function add_to_feed($content) {
return $content . "STUFF AFTER CONTENT IN FEED";
}
So, something else has to be happening with your code.
-Otto
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers