Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm working on a plugin for something I need on my blog. I have really no experience with wordpress development or php.

I added a feed type by calling the add_feed($slug,$callback) function. Now the feed type is created, but not quite right. So I want to call the add_feed again, but I think it is not called correctly.

So I would like to know if there is any way to also "remove" the feed type I added, since I also want to remove it when uninstalling the plugin.

Any ideas?

share|improve this question
Please show us your code. Also rework your question and mark code as such. Thank you. – kaiser Mar 12 at 8:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.