How to exclude posts for current user
How can I hide posts that are in an array of ids in the usermeta
for the current user in the main query
.
I can use post__not_in
in meta_query
but I do not know which option to use for only a specific user.
I think should use posts_where
?
Topic posts-where user-meta query Wordpress
Category Web