I want to store JSON in my post_content, but the kses filters makes it break.
I would like to remove the kses filters when creating or updating (well, saving) a specific post type; anywhere in the code (thus using filters, I guess).
How could I do that ?
Thanks !