Can I edit the wp_post > post_content right before its inserted/updated?

OK, this is possible, but it will be a little bit tricky and I would recommend a lot of testing after deploying this solution. Disclaimer: I use base64_encode and base64_decode as cipher/decipher functions, but of course you can change them to whatever you like. First part (encoding before post is stored in DB) is pretty … Read more