Hi there, I'm coding a plugin to create a stylized cite from a blockquote, and I'm hooking its function to
add_filter('the_content', 'createCite');
I'm modifying the query from the database using posts_where and posts_join, does it has something to do? I don't think so, since the_content is called in the last second before displaying the content.