Hey all,
I have a plugin that adds a custom post type to a users theme. However, this is a very specific post type and I need it to not allow for other plugins or content filters to add content to the post type when its ouput.
Basically, plugins like adding signatures, or using filters to add content above/below all posts adds this content to the custom post type from my plugin as well - and I need it not to.
Is there some script that I've missed that I can add to my plugin to prevent this from happening? Any help would be greatly appreciated.
Thanks