Hi @leyzaola
I believe there’s no tematica_where
hook set on your site. You need to use the post_where
hook instead. To learn more about post_where
hook, please take a look at this page: https://codex.wordpress.org/Plugin_API/Filter_Reference/posts_where.
I hope this helps 🙂