I see, that file seems to be frontend, where as we’d like to process the post on the backend, before it gets to the point of being rendered. We’d like to put a handler on the backend that sees every single post and gets a chance to modify it or otherwise act with it, before it gets rendered.
So I am curious whether there are any tips for doing that cleanly.