I am developing a Wordpress plugin that needs to dynamically insert a RSS item in the feed.
I have an admin form that the user will submit and save to a custom table. It has a title, link, and content fields. I need these records to be included in the RSS feed.
I have been looking everywhere and cannot find any solution. Is this even possible?