Use posts_where to exclude posts ids from wp_query
I want to use posts_where
to exclude an array of posts ids from all queries in my site.
The array containing the posts ids depends on the user that is logged in.
Can someone please tell me how to use the filter posts_where
to exclude a list of posts ids from all queries in my site?
Thank you.