You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a query loop specifies the post__in parameter it takes precedence over the post__not_in parameter, so in our handling for excluding used posts we need to update the post__in value to remove our used IDs as well.